Natt ADBlocker Firefox

Examine source code of Natt ADBlocker

Inspect and view changes in Natt ADBlocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "All Natt ADBlocker contributors",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "16": "img/icon_16.png",
      "32": "img/icon_32.png"
    },
    "default_popup": "popup.html",
    "default_title": "Natt ADBlocker"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "thava@nattsoftware.website",
      "strict_min_version": "55.0"
    }
  },
  "commands": {
    "launch-element-picker": {
      "description": "__MSG_popupTipPicker__"
    },
    "launch-element-zapper": {
      "description": "__MSG_popupTipZapper__"
    },
    "launch-logger": {
      "description": "__MSG_popupTipLog__"
    },
    "relax-blocking-mode": {
      "description": "__MSG_relaxBlockingMode__"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/vapi.js",
        "/js/vapi-client.js",
        "/js/contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "/js/scriptlets/subscriber.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "64": "img/icon_64.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "Natt ADBlocker",
  "options_ui": {
    "open_in_tab": true,
    "page": "dashboard.html"
  },
  "permissions": [
    "menus",
    "privacy",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "short_name": "Natt ADBlocker",
  "sidebar_action": {
    "default_icon": "img/icon_16.png",
    "default_panel": "logger-ui.html",
    "default_title": "__MSG_statsPageName__",
    "open_at_install": false
  },
  "version": "3.0.0",
  "web_accessible_resources": [
    "/web_accessible_resources/*"
  ]
}

Best Natt ADBlocker Alternatives

Here are some Firefox add-ons that are similar to Natt ADBlocker: