Clear your cache, fast and easy.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Cache Eraser",
"version": "1.0",
"manifest_version": 2,
"description": "Clear your cache, fast and easy.",
"icons": {
"16": "/icon.png",
"48": "/icon.png",
"128": "/icon.png"
},
"default_locale": "en",
"background": {
"scripts": [
"/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "/icon.png",
"38": "/icon.png"
},
"default_title": "Cache Eraser"
},
"permissions": [
"browsingData"
]
}