Unlimited adblocker plus

Unlimited adblocker plus

【Ultimate】It is an efficient extension for privacy protection & adblock

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "description": "__MSG_extDes__",
  "default_locale": "en",
  "icons": {
    "128": "./icons/ua_logo.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "proxy",
    "storage",
    "privacy",
    "notifications",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html",
    "default_icon": {
      "128": "./icons/ua_logo.png"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "data/content_script/tweaks/font.js",
        "data/content_script/tweaks/webgl.js",
        "data/content_script/tweaks/webrtc.js",
        "data/content_script/tweaks/canvas.js",
        "data/content_script/tweaks/timezone.js",
        "data/content_script/tweaks/geolocation.js",
        "data/content_script/tweaks/audiocontext.js"
      ]
    }
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "match_about_blank": true,
      "run_at": "document_start",
      "js": [
        "js/content-script.js"
      ]
    }
  ],
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}