Cookie Consent Firefox

Examine source code of Cookie Consent

Inspect and view changes in Cookie Consent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "data/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "58.0",
      "id": "{4858688d-86b9-4b4e-a331-41ba7066bbf5}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "name": "Cookie Consent",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "page": "data/background.html"
  },
  "options_ui": {
    "chrome_style": true,
    "page": "data/options.html"
  },
  "version": "1.2.6",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "data/menu/index.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "<all_urls>"
  ]
}

Best Cookie Consent Alternatives

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