豆听
在豆瓣音乐专辑页面搜索、试听网易云音乐、虾米音乐、QQ音乐的歌曲
Cos'è 豆听?
豆听 è un'estensione di Chrome sviluppata da https://douting.leanapp.cn, e la sua funzione principale è "在豆瓣音乐专辑页面搜索、试听网易云音乐、虾米音乐、QQ音乐的歌曲".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 豆听
Scarica i file di estensione 豆听 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
安装插件后,打开豆瓣网站的某张音乐专辑页面,即可看见右侧的「豆听」插件,无需设置。 插件在页面打开时自动获取该专辑在虾米和网易云音乐、QQ 音乐中的信息,点击播放按钮,即可播放。 如果该专辑已经下架,会有相应提示。 如果专辑中的某首歌曲下架,其他歌曲会正常播放。 有问题可以豆邮联系 https://www.douban.com/people/post-rocker
Informazioni di Base sull'Estensione
Nome | |
ID | afjaicjhfgokeabilpifkbnmmigkdgif |
URL Ufficiale | https://chrome.google.com/webstore/detail/%E8%B1%86%E5%90%AC/afjaicjhfgokeabilpifkbnmmigkdgif |
Descrizione | 在豆瓣音乐专辑页面搜索、试听网易云音乐、虾米音乐、QQ音乐的歌曲 |
Dimensione del File | 124 KB |
Conteggio Installazioni | 1,445 |
Versione Corrente | 1.2.8 |
Ultimo Aggiornamento | 2020-04-30 |
Data di Pubblicazione | 2020-04-30 |
Valutazione | 4.90/5 Totale 29 Valutazioni |
Sviluppatore | https://douting.leanapp.cn |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://douting.leanapp.cn |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8c46\u542c", "version": "1.2.8", "manifest_version": 2, "description": "\u5728\u8c46\u74e3\u97f3\u4e50\u4e13\u8f91\u9875\u9762\u641c\u7d22\u3001\u8bd5\u542c\u7f51\u6613\u4e91\u97f3\u4e50\u3001\u867e\u7c73\u97f3\u4e50\u3001QQ\u97f3\u4e50\u7684\u6b4c\u66f2", "permissions": [ "notifications", "https:\/\/douting.leanapp.cn\/*", "https:\/\/douting-us1.avosapps.us\/*" ], "icons": { "128": "douting.png", "256": "douting-258.png" }, "content_scripts": [ { "matches": [ "*:\/\/music.douban.com\/subject\/*" ], "js": [ "lib\/zepto.js", "contentscript.js", "lib\/audiojs\/audiojs\/audio.min.js" ], "css": [ "contentcss.css" ] } ], "background": { "scripts": [ "hot-reload.js" ] }, "web_accessible_resources": [ "douting.png" ] } |