Numex AdBlock Firefox

Examine source code of Numex AdBlock

제작자: Knackered
Inspect and view changes in Numex AdBlock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Numex AdBlock",
  "version": "0.1.1",
  "description": "Stealthy ad & tracker blocker with cosmetic filtering. Safer defaults (no main_frame blocking).",
  "browser_action": {
    "default_title": "Numex AdBlock",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/stealth.js",
        "content/cosmetic.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "numex-adblock@knackered.dev",
      "strict_min_version": "91.0"
    }
  }
}

최고의 Numex AdBlock 대안

다음은 Numex AdBlock과(와) 유사한 Firefox add-on입니다: