Cookie-consent Firefox

Examine source code of Cookie-consent

By: Kaminko
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
{
  "manifest_version": 2,
  "name": "Cookie-consent",
  "version": "1.0.0",
  "default_locale": "en",
  "description": "Consents to all sites cookies by default and hides cookie consent pop-up",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cookie_consentn@idontcareaboutcookies.com"
    },
    "gecko_android": {
      "id": "cookie_consentn@idontcareaboutcookies.com"
    }
  },
  "author": "Anonymous Contributor",
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "webNavigation"
  ],
  "background": {
    "page": "data/background.html"
  },
  "options_ui": {
    "page": "data/options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_popup": "data/menu/index.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    }
  }
}

Best Cookie-consent Alternatives

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