AdBlocker Pro Firefox

Examine source code of AdBlocker Pro

Inspect and view changes in AdBlocker Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AdBlocker Pro",
  "version": "1.0.3",
  "description": "Блокировщик рекламы. Блокируйте рекламные блоки и работайте в интернете без рекламы.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "AdBlocker Pro"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "dashboard/dashboard.html",
    "dashboard/dashboard.css",
    "dashboard/dashboard.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "adblockerproweb@addon.one",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best AdBlocker Pro Alternatives

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