Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Cache Killer",
"description": "Clears the browser cache automatically. On or Off extension by single click",
"version": "1.0.15",
"incognito": "split",
"action": {
"default_icon": "on.png",
"default_title": "Cache Killer is on"
},
"permissions": [
"browsingData",
"storage"
],
"background": {
"service_worker": "bm.js"
}
}