BaiduAdAway

BaiduAdAway

As the name implies, let Baidu ads go away!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "1.0.4",
  "description": "__MSG_description__",
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/jbjlpfgfkadnodbnplopamiegbpifcmb",
  "icons": {
    "16": "img/ico16.png",
    "48": "img/ico48.png",
    "128": "img/ico128.png"
  },
  "browser_action": {
    "default_icon": "img/ico48.png",
    "default_popup": "html/main.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.baidu.com/*",
        "https://*.baidu.com/*",
        "http://*.bing.com/*",
        "https://*.bing.com/*"
      ],
      "js": [
        "js/main.js"
      ],
      "css": [
        "css/main.css"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "zh_CN",
  "permissions": [
    "tabs",
    "notifications",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}