Privacy AdBlocker - All In One AdBlocker

Privacy AdBlocker - All In One AdBlocker

Say goodbye to annoying ads and distractions with our powerful ad blocker. Enjoy a faster, clutter-free browsing experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "declarativeNetRequest",
    "storage"
  ],
  "icons": {
    "32": "/icons/32.png",
    "48": "/icons/48.png",
    "64": "/icons/64.png",
    "128": "/icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "web_accessible_resources/css.txt"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "version": "1.6",
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "1",
        "enabled": true,
        "path": "dnr/1.json"
      },
      {
        "id": "2",
        "enabled": true,
        "path": "dnr/2.json"
      },
      {
        "id": "3",
        "enabled": true,
        "path": "dnr/3.json"
      },
      {
        "id": "4",
        "enabled": true,
        "path": "dnr/4.json"
      },
      {
        "id": "5",
        "enabled": true,
        "path": "dnr/5.json"
      },
      {
        "id": "6",
        "enabled": true,
        "path": "dnr/6.json"
      },
      {
        "id": "7",
        "enabled": true,
        "path": "dnr/7.json"
      },
      {
        "id": "8",
        "enabled": true,
        "path": "dnr/8.json"
      },
      {
        "id": "9",
        "enabled": true,
        "path": "dnr/9.json"
      }
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}