Block Cookies window Firefox

Examine source code of Block Cookies window

Inspect and view changes in Block Cookies window source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cookie Popup Blocker",
  "version": "1.0",
  "description": "Tự động ẩn hoặc từ chối popup cookie phiền phức.",
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{885ff461-f7dc-4e9b-b75a-329d8fd4a821}"
    }
  }
}

Best Block Cookies window Alternatives

Here are some Firefox add-ons that are similar to Block Cookies window: