Media Downloader
Browse and download images, video and audio on a web page.
ما هو Media Downloader؟
Media Downloader هو إضافة Chrome تم تطويرها بواسطة Dawid Jeż، والميزة الرئيسية لها هي "Browse and download images, video and audio on a web page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Media Downloader
قم بتنزيل ملفات الامتداد Media Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Download media from any website. You can download images, videos and audio.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | aklijicmhlmfioogfbemefilfdffijcl | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/media-downloader/aklijicmhlmfioogfbemefilfdffijcl | 
| الوصف | Browse and download images, video and audio on a web page. | 
| حجم الملف | 19.31 KB | 
| عدد التثبيتات | 5,892 | 
| النسخة الحالية | 1.1.1 | 
| آخر تحديث | 2021-11-03 | 
| تاريخ النشر | 2021-03-02 | 
| تقييم | 2.00/5 مجموع تقييمات 2 | 
| المطور | Dawid Jeż | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| عنوان صفحة المساعدة | https://github.com/rtcoder/Media-downloader | 
| اللغات المدعومة | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Downloader",
    "description": "Browse and download images, video and audio on a web page.",
    "version": "1.1.1",
    "author": "Dawid Je\u017c",
    "minimum_chrome_version": "31",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "\/images\/icon128.png",
        "default_popup": "\/views\/popup.html"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "\/images\/music.png",
        "\/images\/film.png",
        "\/images\/download.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}  |  |