AdBlock One: best free ad blocker

AdBlock One: best free ad blocker

Shows you the current status of AdBlock One and lets you customize hidden website elements within Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "assets/browser-polyfill.js",
        "assets/content-f768d2c0.js"
      ]
    },
    {
      "matches": [
        "https://*.twitch.tv/*",
        "https://*.youtube.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "assets/browser-polyfill.js",
        "assets/advContent-61757df5.js"
      ]
    }
  ],
  "name": "__MSG_extension_name__",
  "default_locale": "en",
  "icons": {
    "48": "./static/images/icon/icon-48.png",
    "96": "./static/images/icon/icon-96.png",
    "512": "./static/images/icon/icon-512.png"
  },
  "web_accessible_resources": [
    "*.html",
    "*_locales/**/*.json",
    "*static/adScript/*.json",
    "static/adScript/*.js",
    "Utils-0f12371b.js",
    "jquery-30b7ded9.js",
    "content.js",
    "advContent.js"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "assets/browser-polyfill.js",
      "assets/browser-polyfill-executeScript.js",
      "assets/background-c101863b.js"
    ]
  },
  "version": "1.2.2.1047",
  "options_page": "./static/page/option.html",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "webNavigation"
  ],
  "browser_action": {
    "default_icon": {
      "16": "./static/images/icon/toolbar-icon-16.png",
      "32": "./static/images/icon/toolbar-icon-32.png"
    },
    "default_popup": "./static/page/popup.html"
  },
  "description": "__MSG_extension_description__"
}