By: yaagame
Inspect and view changes in Clear Cache & Close Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Clear Cache & Close Tabs",
"version": "3.0",
"description": "An extension to clear browser cache and close all tabs.",
"permissions": [
"browsingData",
"tabs",
"<all_urls>"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "clearcache@example.com"
}
}
} Best Clear Cache & Close Tabs Alternatives
Here are some Firefox add-ons that are similar to Clear Cache & Close Tabs: