AdsBlocker Firefox

Examine source code of AdsBlocker

Inspect and view changes in AdsBlocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/enabled.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/jquery/jquery.min.js",
        "css.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "getUrl.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "32": "images/enabled.png",
    "128": "images/icon.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "{35122264-167d-4030-8477-6ec45e39b502}"
    }
  },
  "homepage_url": "https://adsblocker.top",
  "manifest_version": 2,
  "name": "__MSG_ext_name__",
  "short_name": "__MSG_ext_name_short__",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "<all_urls>",
    "storage",
    "alarms"
  ],
  "version": "1.0.7"
}

Best AdsBlocker Alternatives

Here are some Firefox add-ons that are similar to AdsBlocker: