Adblock

Adblock

Fast, effective, and free Adblock. Stop all image or video ads for good!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "__MSG_short_name__",
  "version": "2.3.3",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/green-19.png",
      "38": "icons/green-38.png"
    },
    "default_popup": "pages/popup.html",
    "default_title": "__MSG_name__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "lib/content-script/css/alert-popup.css"
      ],
      "js": [
        "lib/content-script/content-utils.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "lib/libs/clip.js",
        "lib/libs/ui-service.js",
        "lib/content-script/i18n-helper.js",
        "lib/content-script/devtools/devtools-rules-constructor.js",
        "lib/content-script/assistant/js/start-assistant.js",
        "lib/content-script/devtools-helper.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "lib/utils/element-collapser.js",
        "lib/utils/css-hits-counter.js",
        "lib/libs/abs.js",
        "lib/libs/mapping.js",
        "lib/libs/extended-css.js",
        "lib/integration.js",
        "lib/assistant.js",
        "lib/bigend.js",
        "lib/page.js",
        "lib/content-script/adguard-content.js",
        "lib/content-script/common-script.js",
        "lib/content-script/content-script.js",
        "lib/content-script/shared.js",
        "lib/content-script/start.js",
        "lib/content-script/command.js",
        "lib/content-script/clone.js",
        "lib/content-script/wrappers.js",
        "lib/content-script/preload.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "lib/pages/thankyou.js"
      ],
      "matches": [
        "*://*.adguard.com/*/thankyou.html*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self'  'unsafe-eval'; object-src 'self';",
  "default_locale": "en",
  "description": "Fast, effective, and free Adblock. Stop all image or video ads for good!",
  "devtools_page": "devtools.html",
  "icons": {
    "16": "icons/green-16.png",
    "128": "icons/green-128.png"
  },
  "manifest_version": 2,
  "name": "Adblock",
  "optional_permissions": [
    "privacy"
  ],
  "options_page": "pages/options.html",
  "permissions": [
    "tabs",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "cookies"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}