By: Jasper
Inspect and view changes in Quick Clear Cache source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Clear Cache",
"version": "1.0",
"description": "One-click cache clearing. Click the icon to instantly clear your browser cache.",
"permissions": [
"browsingData",
"notifications",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
}
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "clear-cache@extension",
"strict_min_version": "58.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Quick Clear Cache Alternatives
Here are some Firefox add-ons that are similar to Quick Clear Cache: