Zing Mp3 Downloader

Download any song from Zingmp3.vn at your fingertips!

ما هو Zing Mp3 Downloader؟

Zing Mp3 Downloader هو إضافة Chrome تم تطويرها بواسطة Lâm Ngô، والميزة الرئيسية لها هي "Download any song from Zingmp3.vn at your fingertips!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Zing Mp3 Downloader

قم بتنزيل ملفات الامتداد Zing Mp3 Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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
    }
}