Popup Blocker - adblock for Edge

Popup Blocker - adblock for Edge

Block popups, ads, cookie requests, trackers, notifications. Adblock for YouTube, Facebook, Twitch and many. The best ad blocker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.1",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "serviceworker.js"
  },
  "action": {
    "default_popup": "/window/window.html"
  },
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/popup-blocker-adblock-f/cgjkjkphdadekfioeblbpohlilopadco?hl=en",
  "icons": {
    "64": "/assets/icon64.png",
    "128": "/assets/icon128.png"
  },
  "options_ui": {
    "page": "/settings/setting.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/containers/container.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "commands": {
    "_execute_action": {},
    "allow-last-request": {
      "description": "Allow the last popup request"
    },
    "deny-last-request": {
      "description": "Deny the last popup request"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}