Adblock Master Firefox

Examine source code of Adblock Master

Inspect and view changes in Adblock Master source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "version": "2.2.7",
  "background": {
    "scripts": [
      "/js/serviceWorker.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_extension_name__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "lib/jquery-3.6.0.js",
        "lib/arrive.min.js",
        "js/inject.js",
        "js/xmlhttpInject.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "64": "icons/icon.png"
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "webRequest"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ada2cea9-68c8-4703-91fb-a06cf511bdaf@adblockmaster",
      "strict_min_version": "109.0"
    }
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/xmlhttp.js",
        "lib/jquery-3.6.0.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}

Best Adblock Master Alternatives

Here are some Firefox add-ons that are similar to Adblock Master: