广告终结者

广告终结者

清除网页上的所有广告:浮动广告,购物广告,恶意弹窗,跟踪代码。让你浏览网页更快更清爽。广告终结者,你唯一需要的广告插件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "bg.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "include.preload.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "include.postload.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "zh_CN",
  "description": "__MSG_description__",
  "icons": {
    "48": "icons/abp-48.png",
    "128": "icons/abp-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "18.0",
  "name": "__MSG_name__",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icons/abp-128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCXs/FQ1PY7qJHKDuedHYFvrzRe8mjAmefJMaSKeC2zp3NXqn8BfQOrFBCmib8EzMYBIBdgQLOkeY721rGFvkZp91b1TJvBiOXv0HdtpJ+ULoz+6Av/VbM2hmOi1XSWrkUN0MGRHv7crBS57nXg9VBxWAK9D/hpvFN7sx02Sl6HuwIDAQAB",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "unlimitedStorage",
    "notifications",
    "storage"
  ],
  "version": "3.4.2",
  "web_accessible_resources": [
    "block.html"
  ]
}