Cookie Blocker Firefox

Examine source code of Cookie Blocker

By: erick Add-on
Inspect and view changes in Cookie Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cookie Blocker",
  "version": "1.0.0",
  "description": "Toggle blocking of all cookies with one click.",
  "permissions": [
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    },
    "default_title": "Cookie Blocker"
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cookie-blocker@local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Cookie Blocker Alternatives

Here are some Firefox add-ons that are similar to Cookie Blocker: