AdBlocker: AdBlock for Chrome

AdBlocker: AdBlock for Chrome

Blocks ads on any websites. Best adblock extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/gray-19.png",
      "38": "images/gray-38.png"
    },
    "default_popup": "views/popup.html",
    "default_title": "__MSG_name__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "helpers/vendors/css.escape.js",
        "helpers/functions/element-collapser.js",
        "helpers/functions/css-hits-counter.js",
        "helpers/vendors/extended-css.js",
        "helpers/content/adguard-content.js",
        "helpers/content/common-script.js",
        "helpers/content/content-script.js",
        "helpers/content/wrappers.js",
        "helpers/content/preload.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "helpers/content/content-utils.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "helpers/content/content-script.js",
        "helpers/content/i18n-helper.js",
        "helpers/content/helper/js/start-assistant.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "helpers/vendors/jquery-3.3.1.min.js",
        "helpers/views/thankyou.js"
      ],
      "matches": [
        "*://*.adguard.com/*/thankyou.html*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/green-16.png",
    "128": "images/green-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyPhPGi87DSYEjjOvdUL1ne7w9aYJLz2s7aItamv8kx33GXIRBBE/RfpjW5xi0Ly73P8+5lGMDOJljOCPHWyQ/mJX/Awiy5j7ymgnpTYrCtNqBBbt07JaA5+4OChZlxU6+6OTxpXifnHqfl1gWlMGHq39pYRQztWQSDlfQDIruFctZWNnBoJ8v6MrHtVza8OzHQ2hrlLVFv3fUXIWoNZGjd6UEdnpjKBf3hW8Hs/gv9smwButJzaczrQTypzp5f1C5wbnwAtCCcqvSaqeiI1scg/ulitQCQ7QU27PNuTalWJCrkGoryXuERnzxKfG6m4L4A7+05QlTpGAwlKyoF750QIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_ui": {
    "open_in_tab": true,
    "page": "views/options.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "contextMenus"
  ],
  "short_name": "__MSG_short_name__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.11"
}