MP3 Downloader
MP3 Downloader app downloads mp3 music from websites.
ما هو MP3 Downloader؟
MP3 Downloader هو إضافة Chrome تم تطويرها بواسطة MP3 Tools، والميزة الرئيسية لها هي "MP3 Downloader app downloads mp3 music from websites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MP3 Downloader
قم بتنزيل ملفات الامتداد MP3 Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
MP3 Downloader can download music tracks in mp3 format from most websites. Instructions: - Click to icon on the current page for display popup. - In the popup is showing mp3 files from current page. - Click to downloading one song or download all files. - You can playing mp3 in popup. Notice: MP3 Downloader is not responsible for media content which you download. We recommended to check media copyright permissions. Download of Youtube m3p to HDD is is intentionally locked.
معلومات أساسية عن التمديد
الاسم | MP3 Downloader |
ID | dklpoegflpcjifjkecojebbpahjmakgp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mp3-downloader/dklpoegflpcjifjkecojebbpahjmakgp |
الوصف | MP3 Downloader app downloads mp3 music from websites. |
حجم الملف | 110 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-10-02 |
تاريخ النشر | 2023-10-01 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | MP3 Tools |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0", "name": "MP3 Downloader", "description": "MP3 Downloader app downloads mp3 music from websites.", "permissions": [ "downloads", "tabs" ], "action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |