UnlockKuGou
解除酷狗国外访问权限
Wat is UnlockKuGou?
UnlockKuGou is een Chrome-extensie ontwikkeld door wangbh2011, en de belangrijkste functie is "解除酷狗国外访问权限".
Download het CRX-bestand van de extensie UnlockKuGou
Download UnlockKuGou-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
网页版的酷狗音乐可以随时播放,没有海外制限。
http://www.kugou.com/song/ Basisinformatie over de Extensie
| Naam | |
| ID | agjlinkblpohhkjbdcmknfephkkkjnal |
| Officiële URL | https://chromewebstore.google.com/detail/unlockkugou/agjlinkblpohhkjbdcmknfephkkkjnal |
| Beschrijving | 解除酷狗国外访问权限 |
| Bestandsgrootte | 23.65 KB |
| Aantal Installaties | 323 |
| Huidige Versie | 0.0.6 |
| Laatst Bijgewerkt | 2017-05-31 |
| Publicatiedatum | 2017-05-31 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | wangbh2011 |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |