Zing Mp3 Downloader

Download any song from Zingmp3.vn at your fingertips!

Vad är Zing Mp3 Downloader?

Zing Mp3 Downloader är en Chrome-tillägg utvecklad av Lâm Ngô, och dess huvudfunktion är "Download any song from Zingmp3.vn at your fingertips!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Zing Mp3 Downloader-förlängningens CRX-fil

Ladda ner Zing Mp3 Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Zing Mp3 Downloader Zing Mp3 Downloader
ID hfnlihmimmlilelpcclhdhchamjlopgl
Officiell webbadress https://chromewebstore.google.com/detail/zing-mp3-downloader/hfnlihmimmlilelpcclhdhchamjlopgl
Beskrivning Download any song from Zingmp3.vn at your fingertips!
Filstorlek 61.26 KB
Antal Installationer 2,000
Aktuell Version 0.2.0
Senast Uppdaterad 2019-07-13
Publiceringsdatum 2019-07-13
Betyg 3.00/5 Totalt 9 Betyg
Utvecklare Lâm Ngô
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://None
Stödda Språk 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
    }
}