UnlockKuGou

UnlockKuGou

解除酷狗国外访问权限

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UnlockKuGou",
  "short_name": "解禁酷狗",
  "version": "0.0.6",
  "description": "解除酷狗国外访问权限",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Unlock KuGou"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.kugou.com/song/*"
      ],
      "js": [
        "myscript.js"
      ]
    }
  ]
}