Cookie popup remover Firefox

Examine source code of Cookie popup remover

By: trigon
Inspect and view changes in Cookie popup remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CookieRemover",
  "version": "1.0",
  "description": "Removes cookie pop-up box from stackoverflow",
  "icons": {
    "48": "icons/delete_black_24dp.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.stackoverflow.com/*"
      ],
      "js": [
        "cookie-remover.js"
      ]
    }
  ]
}

Best Cookie popup remover Alternatives

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