Rule AdBlocker Firefox

Examine source code of Rule AdBlocker

By: Linder
Inspect and view changes in Rule AdBlocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.7",
  "manifest_version": 3,
  "name": "Rule AdBlocker",
  "homepage_url": "https://mybrowseraddon.com/rule-blocker.html",
  "description": "Removes all ads and banners with simple regular expression rules.",
  "commands": {
    "_execute_action": {}
  },
  "permissions": [
    "storage",
    "notifications",
    "declarativeNetRequest"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{222a6fb4-cb77-4b29-9a67-ebd65198373c}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/netrequest.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Rule AdBlocker",
    "default_popup": "data/popup/popup.html",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Rule AdBlocker Alternatives

Here are some Firefox add-ons that are similar to Rule AdBlocker: