Ad Blocker website Firefox

Examine source code of Ad Blocker website

Inspect and view changes in Ad Blocker website source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ad Blocker",
  "version": "1.0",
  "description": "Chặn quảng cáo trên các trang web.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{73402606-60b4-4297-aca9-4e37c9772b82}"
    }
  }
}

Best Ad Blocker website Alternatives

Here are some Firefox add-ons that are similar to Ad Blocker website: