Music Downloader

Free download MP3 music from sites where you can listen to it.

ما هو Music Downloader؟

Music Downloader هو إضافة Chrome تم تطويرها بواسطة axenova، والميزة الرئيسية لها هي "Free download MP3 music from sites where you can listen to it.".

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

screenshot
screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Music Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Extension allows you to download music to the computer that you listen to on the Internet, in the formats MP3, MP4, WAV, OGG.
Very easy to use.
Works safely in incognito mode.                    

معلومات أساسية عن التمديد

الاسم Music Downloader Music Downloader
ID iempladfkphdpimdljfckjlmgklmdchc
عنوان URL الرسمي https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc
الوصف Free download MP3 music from sites where you can listen to it.
حجم الملف 85.03 KB
عدد التثبيتات 48,016
النسخة الحالية 2.1
آخر تحديث 2017-08-21
تاريخ النشر 2017-08-20
تقييم 3.43/5 مجموع تقييمات 128
المطور axenova
نوع الدفع free
اللغات المدعومة de,en,fr,tr,es,it,sv,ru,uk,ja
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "music-downloader",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "tabs",
        "downloads",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "main.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "icons\/128.png"
    }
}