聚合网易云音乐酷狗音乐QQ音乐咪咕音乐等,支持搜歌,歌曲下载等功能,畅听多平台vip歌曲
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "èšåˆç½‘易云音ä¹é…·ç‹—音ä¹QQ音ä¹å’ªå’•éŸ³ä¹ç‰,支æŒæœæŒ,æŒæ›²ä¸‹è½½ç‰åŠŸèƒ½,ç•…å¬å¤šå¹³å°vipæŒæ›²",
"version": "1.1.13",
"name": "云音ä¹",
"author": "cuitrek@gmail.com",
"manifest_version": 3,
"background": {
"service_worker": "service_worker.js"
},
"action": {},
"commands": {
"next_Song": {
"suggested_key": {
"default": "Alt+N",
"windows": "Alt+N",
"mac": "Command+Shift+L",
"chromeos": "Ctrl+Shift+L",
"linux": "Ctrl+Shift+L"
},
"description": "下一首"
},
"pre_Song": {
"suggested_key": {
"default": "Alt+P",
"windows": "Alt+P",
"mac": "Command+Shift+K",
"chromeos": "Ctrl+Shift+E",
"linux": "Ctrl+Shift+E"
},
"description": "上一首"
},
"play_Song": {
"suggested_key": {
"default": "Alt+T",
"windows": "Alt+T",
"mac": "Command+Shift+I",
"chromeos": "Ctrl+Shift+I",
"linux": "Ctrl+Shift+I"
},
"description": "æ’放/æš‚åœ"
},
"_execute_action": {
"suggested_key": {
"default": "Alt+O",
"windows": "Alt+O",
"mac": "Command+Shift+V",
"chromeos": "Ctrl+Shift+Y",
"linux": "Ctrl+Shift+Y"
},
"description": "打开/å…³é—"
}
},
"icons": {
"16": "icon-128.png",
"48": "icon-128.png",
"128": "icon-128.png"
},
"permissions": [
"cookies",
"storage",
"unlimitedStorage",
"webRequest",
"notifications",
"contextMenus",
"offscreen",
"downloads",
"downloads.open",
"downloads.shelf",
"declarativeNetRequest"
],
"host_permissions": [
"*://*.tonzhon.com/",
"*://*.toujianyun.com/",
"*://*.fangpi.net/",
"*://*.music.163.com/",
"*://*.music.126.net/",
"*://*.kuwo.cn/",
"*://*.migu.cn/",
"*://*.qq.com/*",
"*://*.bilibili.com/*",
"*://*.gtimg.cn/*",
"*://*.taihe.com/*",
"*://music.91q.com/*",
"*://*.xiami.com/*",
"*://*.kugou.com/",
"*://*.52stars.cn/*",
"*://*.qtfm.cn/*",
"*:/*.xmsj.org/*",
"*://*/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}