mafengwo mp3 downloader
识别蚂蜂窝游记页面的MP3信息并下载
Cos'è mafengwo mp3 downloader?
mafengwo mp3 downloader è un'estensione di Chrome sviluppata da mafei7776, e la sua funzione principale è "识别蚂蜂窝游记页面的MP3信息并下载".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione mafengwo mp3 downloader
Scarica i file di estensione mafengwo mp3 downloader 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
喜欢浏览蚂蜂窝(http://www.mafengwo.cn/)的朋友不要错过哦
Informazioni di Base sull'Estensione
Nome | |
ID | olngcgpfadeplnlikpbklbgbkahhgccp |
URL Ufficiale | https://chromewebstore.google.com/detail/mafengwo-mp3-downloader/olngcgpfadeplnlikpbklbgbkahhgccp |
Descrizione | 识别蚂蜂窝游记页面的MP3信息并下载 |
Dimensione del File | 79.7 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2019-02-03 |
Data di Pubblicazione | 2019-02-02 |
Sviluppatore | mafei7776 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mafeifan/mafengwo-mp3-downloader |
URL della Pagina di Aiuto | https://github.com/mafeifan/mafengwo-mp3-downloader |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mafengwo mp3 downloader", "version": "0.5", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/mafeifan\/mafengwo-mp3-downloader", "description": "\u8bc6\u522b\u8682\u8702\u7a9d\u6e38\u8bb0\u9875\u9762\u7684MP3\u4fe1\u606f\u5e76\u4e0b\u8f7d", "icons": { "16": "img\/icon16.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "permissions": [ "*:\/\/*.mafengwo.net\/*", "*:\/\/*.mafengwo.cn\/*", "downloads", "webRequest", "webRequestBlocking", "notifications", "contextMenus", "tabs" ], "background": { "scripts": [ "js\/jsmediatags.min.js", "js\/background.js" ], "persistent": true } } |