Zing Mp3 Downloader
Download any song from Zingmp3.vn at your fingertips!
Was ist Zing Mp3 Downloader?
Zing Mp3 Downloader ist eine Chrome-Erweiterung, die von Lâm Ngô entwickelt wurde, und ihr Hauptmerkmal ist "Download any song from Zingmp3.vn at your fingertips!".
Erweiterungsscreenshots
Zing Mp3 Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zing Mp3 Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hfnlihmimmlilelpcclhdhchamjlopgl |
| Offizielle URL | https://chromewebstore.google.com/detail/zing-mp3-downloader/hfnlihmimmlilelpcclhdhchamjlopgl |
| Beschreibung | Download any song from Zingmp3.vn at your fingertips! |
| Dateigröße | 61.26 KB |
| Installationsanzahl | 2,000 |
| Aktuelle Version | 0.2.0 |
| Letztes Update | 2019-07-13 |
| Veröffentlichungsdatum | 2019-07-13 |
| Bewertung | 3.00/5 Insgesamt 9 Bewertungen |
| Entwickler | Lâm Ngô |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | http://None |
| Unterstützte Sprachen | 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
}
} | |