Cookies Notification Hider Firefox

Examine source code of Cookies Notification Hider

Inspect and view changes in Cookies Notification Hider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cookies Notification Hider",
  "version": "1.0.36",
  "description": "Hides the pesky messages that ask you whether you'd like to accept cookies or not, without accepting them.",
  "icons": {
    "48": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./hiders/Store.js",
        "./hiders/HiderRepository.js",
        "./CookiesNotificationHider.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "cookienotificationhider@raluy.fr"
    }
  }
}

Best Cookies Notification Hider Alternatives

Here are some Firefox add-ons that are similar to Cookies Notification Hider: