提供元: braycarlson
Inspect and view changes in CacheControl source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "CacheControl",
"version": "1.0",
"description": "An extension to disable cache for specified websites.",
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
"https://*/*",
"http://*/*",
"http://localhost/*"
],
"background": {
"scripts": [
"dist/background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "dist/popup.html",
"default_icon": {
"16": "icons/cachecontrol-16.png",
"32": "icons/cachecontrol-32.png",
"48": "icons/cachecontrol-48.png",
"128": "icons/cachecontrol-128.png"
}
},
"options_ui": {
"page": "dist/options.html",
"open_in_tab": true
},
"icons": {
"16": "icons/cachecontrol-16.png",
"32": "icons/cachecontrol-32.png",
"48": "icons/cachecontrol-48.png",
"128": "icons/cachecontrol-128.png"
},
"content_security_policy": "script-src 'self'; object-src 'self';",
"browser_specific_settings": {
"gecko": {
"id": "{67ff6b13-5c99-4f81-ba95-eebbc5be8f6f}"
}
}
} ベストのCacheControl代替案
CacheControlに類似したFirefox add-onをいくつか紹介します:
Cache Cleaner
Shane
Cache Killer
Willie Beck
Cloudhood
Cloud.ru
Policy Control - JavaScript and Flash blocker
Jeremy Schomery
Cache Disabler
Alejandro Akbal
Headers
Kuba Zygmunt
FocusCraft
webcraftgr
Cloudflare Cache Purger
Korben
Cache \78
BONGDALU
Control - Website Blocker
guytepper
mHeaderControl
mahe
Enable/Disable Browser Cache
Diogo Ribeiro