Zing Mp3 Downloader
Download any song from Zingmp3.vn at your fingertips!
Wat is Zing Mp3 Downloader?
Zing Mp3 Downloader is een Chrome-extensie ontwikkeld door Lâm Ngô, en de belangrijkste functie is "Download any song from Zingmp3.vn at your fingertips!".
Extensie Screenshots
Download het CRX-bestand van de extensie Zing Mp3 Downloader
Download Zing Mp3 Downloader-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
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.
Basisinformatie over de Extensie
Naam | Zing Mp3 Downloader |
ID | hfnlihmimmlilelpcclhdhchamjlopgl |
Officiële URL | https://chromewebstore.google.com/detail/zing-mp3-downloader/hfnlihmimmlilelpcclhdhchamjlopgl |
Beschrijving | Download any song from Zingmp3.vn at your fingertips! |
Bestandsgrootte | 61.26 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2019-07-13 |
Publicatiedatum | 2019-07-13 |
Beoordeling | 3.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Lâm Ngô |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://None |
Ondersteunde Talen | 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 } } |