云音乐听歌
云音乐听歌识曲,识别浏览器中所播放的歌曲。功能完全免费,并且不会收集您的任何隐私(不会使用麦克风等)。相信音乐的力量 https://music.163.com
What is 云音乐听歌?
云音乐听歌 is a Chrome extension developed by NetEase Cloud Music, and its main feature is "云音乐听歌识曲,识别浏览器中所播放的歌曲。功能完全免费,并且不会收集您的任何隐私(不会使用麦克风等)。相信音乐的力量 https://music.163.com".
Extension Screenshots
Download 云音乐听歌 Extension CRX File
Download 云音乐听歌 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
Llistens to songs and recognizes songs. The function is completely free,and will not collect any of your privacy (no microphone, etc.). Believe in the power of music https://music.163.com
Extension Basic Information
Name | 云音乐听歌 |
ID | kemcalcncfhmdkgglekijclbomdoohkp |
Official URL | https://chromewebstore.google.com/detail/%E4%BA%91%E9%9F%B3%E4%B9%90%E5%90%AC%E6%AD%8C/kemcalcncfhmdkgglekijclbomdoohkp |
Description | 云音乐听歌识曲,识别浏览器中所播放的歌曲。功能完全免费,并且不会收集您的任何隐私(不会使用麦克风等)。相信音乐的力量 https://music.163.com |
File Size | 295 KB |
Installation Count | 6,266 |
Current Version | 1.0.4 |
Last Updated | 2022-05-18 |
Publish Date | 2022-03-06 |
Rating | 4.59/5 Total 17 Ratings |
Developer | NetEase Cloud Music |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://musicfe.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u4e91\u97f3\u4e50\u542c\u6b4c\u8bc6\u66f2\uff0c\u8bc6\u522b\u6d4f\u89c8\u5668\u4e2d\u6240\u64ad\u653e\u7684\u6b4c\u66f2\u3002\u529f\u80fd\u5b8c\u5168\u514d\u8d39\uff0c\u5e76\u4e14\u4e0d\u4f1a\u6536\u96c6\u60a8\u7684\u4efb\u4f55\u9690\u79c1\uff08\u4e0d\u4f1a\u4f7f\u7528\u9ea6\u514b\u98ce\u7b49\uff09\u3002\u76f8\u4fe1\u97f3\u4e50\u7684\u529b\u91cf https:\/\/music.163.com", "version": "1.0.4", "manifest_version": 3, "name": "\u4e91\u97f3\u4e50\u542c\u6b4c", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "tabCapture", "activeTab", "cookies", "storage" ], "content_security_policy": { "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-eval'; child-src 'self'" }, "sandbox": { "pages": [ "sandbox.html" ] }, "chrome_url_overrides": [], "icons": { "128": "icon-128.png" }, "host_permissions": [ "https:\/\/music.163.com\/", "https:\/\/interface.music.163.com\/", "http:\/\/clientlog.music.163.com\/" ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png" ], "matches": [] } ], "default_locale": "en", "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+E", "mac": "Alt+Shift+E", "chromeos": "Alt+Shift+E", "linux": "Alt+Shift+E" } } } } |