Adblock Firefox

Examine source code of Adblock

By: Adblock
Inspect and view changes in Adblock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "lib/jquery-3.6.0.js",
        "lib/arrive.min.js",
        "js/inject.js",
        "js/xmlhttpInject.js"
      ]
    },
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c82a2905-695a-431a-a2b2-9b81d6039d30}"
    }
  },
  "name": "Clean Browsing",
  "default_locale": "en",
  "icons": {
    "64": "icons/icon.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "js/xmlhttp.js",
        "lib/jquery-3.6.0.js"
      ]
    }
  ],
  "manifest_version": 3,
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "version": "3.1.0",
  "background": {
    "type": "module",
    "scripts": [
      "/js/serviceWorker.js"
    ]
  },
  "action": {
    "default_title": "__MSG_extension_name__",
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "webRequest"
  ],
  "description": "__MSG_extension_description__"
}

Best Adblock Alternatives

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