Zing Mp3 Downloader

Download any song from Zingmp3.vn at your fingertips!

什麼是Zing Mp3 Downloader?

Zing Mp3 Downloader是由Lâm Ngô開發的Chrome擴展程式,該擴展的主要功能是“Download any song from Zingmp3.vn at your fingertips!”。

擴展截圖

screenshot
screenshot

下載Zing Mp3 Downloader擴展crx文件

下載Zing Mp3 Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Zing Mp3 Downloader Zing Mp3 Downloader
ID hfnlihmimmlilelpcclhdhchamjlopgl
官方網址 https://chromewebstore.google.com/detail/zing-mp3-downloader/hfnlihmimmlilelpcclhdhchamjlopgl
簡介 Download any song from Zingmp3.vn at your fingertips!
檔案大小 61.26 KB
安裝次數 2,000
目前版本 0.2.0
更新時間 2019-07-13
上架時間 2019-07-13
評分 3.00/5 共 9 次評分
開發者 Lâm Ngô
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://None
支援的語言 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
    }
}