AdGuard AdBlocker Firefox

Examine source code of AdGuard AdBlocker

Inspect and view changes in AdGuard AdBlocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "5.4.3.1",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "content_security_policy": "script-src 'self' 'sha256-GH4MISem+XXlowF3M/QKqtfEOkhzt1IQoYAZCyE46YU='; object-src 'self'",
  "short_name": "__MSG_short_name__",
  "author": "Adguard Software Ltd",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "assets/icons/on-16.png",
    "128": "assets/icons/on-128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "pages/content-script-start.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "pages/content-script-end.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "pages/subscribe.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": false,
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "pages/thankyou.js"
      ],
      "matches": [
        "*://*.adguard.com/*/thankyou.html*",
        "*://*.adguard.info/*/thankyou.html*",
        "*://*.adguard.app/*/thankyou.html*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "pages/import-configuration.js"
      ],
      "matches": [
        "*://reports.adguard.com/*",
        "*://reports.adguard.info/*",
        "*://reports.adguard.app/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "pages/background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/icons/on-19.png",
      "38": "assets/icons/on-38.png"
    },
    "default_title": "__MSG_name__",
    "default_popup": "pages/popup.html"
  },
  "web_accessible_resources": [
    "/web-accessible-resources/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "adguardadblocker@adguard.com",
      "strict_min_version": "78.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "options_ui": {
    "page": "pages/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "contextMenus",
    "cookies",
    "privacy"
  ],
  "optional_permissions": [
    "clipboardRead",
    "clipboardWrite"
  ]
}

Best AdGuard AdBlocker Alternatives

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