云音乐听歌
云音乐听歌识曲,识别浏览器中所播放的歌曲。功能完全免费,并且不会收集您的任何隐私(不会使用麦克风等)。相信音乐的力量 https://music.163.com
Wat is 云音乐听歌?
云音乐听歌 is een Chrome-extensie ontwikkeld door NetEase Cloud Music, en de belangrijkste functie is "云音乐听歌识曲,识别浏览器中所播放的歌曲。功能完全免费,并且不会收集您的任何隐私(不会使用麦克风等)。相信音乐的力量 https://music.163.com".
Extensie Screenshots
Download het CRX-bestand van de extensie 云音乐听歌
Download 云音乐听歌-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
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
Basisinformatie over de Extensie
Naam | 云音乐听歌 |
ID | kemcalcncfhmdkgglekijclbomdoohkp |
Officiële URL | https://chromewebstore.google.com/detail/%E4%BA%91%E9%9F%B3%E4%B9%90%E5%90%AC%E6%AD%8C/kemcalcncfhmdkgglekijclbomdoohkp |
Beschrijving | 云音乐听歌识曲,识别浏览器中所播放的歌曲。功能完全免费,并且不会收集您的任何隐私(不会使用麦克风等)。相信音乐的力量 https://music.163.com |
Bestandsgrootte | 295 KB |
Aantal Installaties | 6,266 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2022-05-18 |
Publicatiedatum | 2022-03-06 |
Beoordeling | 4.59/5 Totaal 17 Beoordelingen |
Ontwikkelaar | NetEase Cloud Music |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://musicfe.com/privacy-policy |
Ondersteunde Talen | 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" } } } } |