UnlockKuGou
解除酷狗国外访问权限
What is UnlockKuGou?
UnlockKuGou is a Chrome extension developed by wangbh2011, and its main feature is "解除酷狗国外访问权限".
Download UnlockKuGou Extension CRX File
Download UnlockKuGou extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
网页版的酷狗音乐可以随时播放,没有海外制限。 http://www.kugou.com/song/
Extension Basic Information
Name | UnlockKuGou |
ID | agjlinkblpohhkjbdcmknfephkkkjnal |
Official URL | https://chromewebstore.google.com/detail/unlockkugou/agjlinkblpohhkjbdcmknfephkkkjnal |
Description | 解除酷狗国外访问权限 |
File Size | 23.65 KB |
Installation Count | 323 |
Current Version | 0.0.6 |
Last Updated | 2017-05-31 |
Publish Date | 2017-05-31 |
Rating | 5.00/5 Total 7 Ratings |
Developer | wangbh2011 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnlockKuGou", "short_name": "\u89e3\u7981\u9177\u72d7", "version": "0.0.6", "description": "\u89e3\u9664\u9177\u72d7\u56fd\u5916\u8bbf\u95ee\u6743\u9650", "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" ] } ] } |