Zing Mp3 Downloader
Download any song from Zingmp3.vn at your fingertips!
Cos'è Zing Mp3 Downloader?
Zing Mp3 Downloader è un'estensione di Chrome sviluppata da Lâm Ngô, e la sua funzione principale è "Download any song from Zingmp3.vn at your fingertips!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zing Mp3 Downloader
Scarica i file di estensione Zing 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
Add a new VIP download button next to songs or video clips, and users could download the song in just a second.
* Thêm nút download VIP cạnh bài hát/videos, và người dùng có thể download dễ dàng. Informazioni di Base sull'Estensione
| Nome | |
| ID | hfnlihmimmlilelpcclhdhchamjlopgl |
| URL Ufficiale | https://chromewebstore.google.com/detail/zing-mp3-downloader/hfnlihmimmlilelpcclhdhchamjlopgl |
| Descrizione | Download any song from Zingmp3.vn at your fingertips! |
| Dimensione del File | 61.26 KB |
| Conteggio Installazioni | 2,000 |
| Versione Corrente | 0.2.0 |
| Ultimo Aggiornamento | 2019-07-13 |
| Data di Pubblicazione | 2019-07-13 |
| Valutazione | 3.00/5 Totale 9 Valutazioni |
| Sviluppatore | Lâm Ngô |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://None |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Zing Mp3 Downloader",
"description": "Download any song from Zingmp3.vn at your fingertips!",
"author": "Lam Ngo - [email protected]",
"version": "0.2.0",
"content_scripts": [
{
"matches": [
"https:\/\/zingmp3.vn\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"downloads",
"background",
"tabs",
"https:\/\/zing-mp3.glitch.me\/"
],
"icons": {
"16": "images\/zing-logo.png",
"128": "images\/zing-logo.png"
},
"browser_action": {
"default_icon": "images\/zing-logo.png",
"default_popup": "popup\/index.html",
"default_title": "Download songs from Zingmp3.vn website"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |