AdBlock Mate Firefox

Examine source code of AdBlock Mate

Inspect and view changes in AdBlock Mate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AdBlock Mate",
  "version": "1.9.1",
  "key": "YOUR_EXTENSION_PUBLIC_KEY",
  "description": "Bypasses adblock detection and force cookie selection.",
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "injector.js",
        "cookie-blocker.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "match.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{52848d85-3727-4b08-8947-1d38953181be}"
    }
  }
}

Best AdBlock Mate Alternatives

Here are some Firefox add-ons that are similar to AdBlock Mate: