代码: 全选
chrome.browsingData.remove(
{origins:host, since:0},
{//cookies downloads fileSystems formData history indexedDB localStorage passwords serviceWorkers webSQL
appcache: true,
cache: true,
cacheStorage: true
},
alert.bind(null,'已成功删除缓存!')
);