Zing Mp3 Downloader

Download any song from Zingmp3.vn at your fingertips!

Qu'est-ce que Zing Mp3 Downloader ?

Zing Mp3 Downloader est une extension Chrome développée par Lâm Ngô, et sa fonction principale est "Download any song from Zingmp3.vn at your fingertips!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Zing Mp3 Downloader

Téléchargez les fichiers d'extension Zing Mp3 Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Zing Mp3 Downloader Zing Mp3 Downloader
ID hfnlihmimmlilelpcclhdhchamjlopgl
URL Officiel https://chromewebstore.google.com/detail/zing-mp3-downloader/hfnlihmimmlilelpcclhdhchamjlopgl
Description Download any song from Zingmp3.vn at your fingertips!
Taille du Fichier 61.26 KB
Nombre d'Installations 2,000
Version Actuelle 0.2.0
Dernière Mise à Jour 2019-07-13
Date de Publication 2019-07-13
Évaluation 3.00/5 Total 9 Évaluations
Développeur Lâm Ngô
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://None
Langues Prises en Charge 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
    }
}