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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
    }
}