[J2TeaM] HQ Mp3 Downloader

Download music at Zing Mp3 and Nhaccuatui

Was ist [J2TeaM] HQ Mp3 Downloader?

[J2TeaM] HQ Mp3 Downloader ist eine Chrome-Erweiterung, die von http://junookyo.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Download music at Zing Mp3 and Nhaccuatui".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

[J2TeaM] HQ Mp3 Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie [J2TeaM] HQ 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

                        Hỗ trợ tải nhạc chất lượng cao (320kbps) tại Mp3.zing.vn và Nhaccuatui.com

Dễ dàng tải về bất kì bài hát hoặc Album nào mà bạn yêu thích tại trang web nhạc trực tuyến lớn nhất Việt Nam với định dạng chất lượng cao.

Đọc thêm chi tiết tại trang chủ: https://junookyo.blogspot.com/2014/10/chrome-extension-de-dang-tai-nhac-zing-mp3-chat-luong-cao.html

Liên hệ, góp ý: https://www.facebook.com/junookyo.vn                    

Grundlegende Informationen zur Erweiterung

Name [J2TeaM] HQ Mp3 Downloader [J2TeaM] HQ Mp3 Downloader
ID pbceidccjjaggpidjkodknlbohjpgifk
Offizielle URL https://chrome.google.com/webstore/detail/j2team-hq-mp3-downloader/pbceidccjjaggpidjkodknlbohjpgifk
Beschreibung Download music at Zing Mp3 and Nhaccuatui
Dateigröße 55.69 KB
Installationsanzahl 4,065
Aktuelle Version 1.0.11
Letztes Update 2016-10-14
Veröffentlichungsdatum 2016-10-14
Bewertung 4.27/5 Insgesamt 275 Bewertungen
Entwickler http://junookyo.blogspot.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://junookyo.blogspot.com/2014/10/chrome-extension-de-dang-tai-nhac-zing-mp3-chat-luong-cao.html?utm_source=chromestore
Hilfeseite URL https://www.facebook.com/junookyo.vn
URL der Datenschutzrichtlinien-Seite https://j2team.org/privacy-policy
Unterstützte Sprachen en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.11",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Juno_okyo",
    "homepage_url": "https:\/\/junookyo.blogspot.com\/?utm_source=hq_mp3_downloader",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/mp3.zing.vn\/bai-hat\/*",
        "http:\/\/mp3.zing.vn\/album\/*",
        "http:\/\/api.mp3.zing.vn\/*",
        "http:\/\/www.nhaccuatui.com\/bai-hat\/*",
        "http:\/\/www.nhaccuatui.com\/playlist\/*",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mp3.zing.vn\/bai-hat\/*",
                "http:\/\/mp3.zing.vn\/album\/*",
                "http:\/\/www.nhaccuatui.com\/bai-hat\/*",
                "http:\/\/www.nhaccuatui.com\/playlist\/*"
            ],
            "css": [
                "libs\/toastr.min.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/toastr.min.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/www.nhaccuatui.com\/playlist\/*"
            ],
            "js": [
                "scripts\/nhaccuatui.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}