Incognito Adblocker Edge

Examine source code of Incognito Adblocker

Inspect and view changes in Incognito Adblocker source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "author": "Incognito Adblocker",
  "name": "Incognito Adblocker",
  "short_name": "Incognito",
  "manifest_version": 3,
  "version": "7.1.1",
  "description": "__MSG_extShortDesc__",
  "default_locale": "en",
  "minimum_chrome_version": "112.0",
  "incognito": "split",
  "background": {
    "service_worker": "js/sw.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "img/icon_16.png",
      "32": "img/icon_32.png",
      "64": "img/icon_64.png"
    },
    "default_popup": "popup-fenix.html",
    "default_title": "Incognito Adblocker"
  },
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "64": "img/icon_64.png",
    "128": "img/icon_128.png"
  },
  "permissions": [
    "alarms",
    "contextMenus",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "privacy",
    "scripting",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "main",
        "enabled": true,
        "path": "rules/main.json"
      },
      {
        "id": "privacy",
        "enabled": false,
        "path": "rules/privacy.json"
      },
      {
        "id": "badlists",
        "enabled": false,
        "path": "rules/badlists.json"
      }
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/vapi.js",
        "/js/vapi-client.js",
        "/js/contentscript.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "/js/scriptlets/subscriber.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "launch-element-picker": {
      "description": "__MSG_popupTipPicker__"
    },
    "launch-element-zapper": {
      "description": "__MSG_popupTipZapper__"
    },
    "open-dashboard": {
      "description": "__MSG_popupTipDashboard__"
    },
    "relax-blocking-mode": {
      "description": "__MSG_relaxBlockingMode__"
    },
    "toggle-cosmetic-filtering": {
      "description": "__MSG_toggleCosmeticFiltering__"
    },
    "toggle-javascript": {
      "description": "__MSG_toggleJavascript__"
    }
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "dashboard.html"
  },
  "storage": {
    "managed_schema": "managed_storage.json"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/web_accessible_resources/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; frame-src *"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Best Incognito Adblocker Alternatives

Here are some Edge add-ons that are similar to Incognito Adblocker: