ad killer for baidu music player

ad killer for baidu music player

This extension remove ad on the right side of baidu music player web page (http://play.baidu.com/)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "0.3",
  "default_locale": "zh_CN",
  "permissions": [
    "http://play.baidu.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://play.baidu.com/*"
      ],
      "css": [
        "mask.css"
      ]
    }
  ],
  "manifest_version": 2
}