CacheControl Firefox

Examine source code of CacheControl

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}"
    }
  }
}

Mejores alternativas CacheControl

Aquí hay algunas Firefox add-ons que son similares a CacheControl: