MP3 Downloader

Download mp3 music tracks from websites via MP3 Downloader in one click.

ما هو MP3 Downloader؟

MP3 Downloader هو إضافة Chrome تم تطويرها بواسطة x-Games.net، والميزة الرئيسية لها هي "Download mp3 music tracks from websites via MP3 Downloader in one click.".

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

screenshot
screenshot

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

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

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

                        MP3 Downloader allows comfortably and fast download mp3 music tracks from websites in just one click.
 
You click on the icon of the extension in your browser. MP3 files will display to you from current website and you can begin download the music tracks to your hard drive. You can play the song before downloading. 

This MP3 Downloader is not responsible for media content which you download. You should check media copyright permissions on website.                    

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

الاسم MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
الوصف Download mp3 music tracks from websites via MP3 Downloader in one click.
حجم الملف 107 KB
عدد التثبيتات 9,242
النسخة الحالية 1.0.0
آخر تحديث 2020-11-16
تاريخ النشر 2020-11-16
تقييم 2.70/5 مجموع تقييمات 10
المطور x-Games.net
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.x-games.net/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "MP3 Downloader",
    "description": "Download mp3 music tracks from websites via MP3 Downloader in one click.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "downloads"
    ]
}