Video Downloader

Download videos using Video Downloader from websites.

ما هو Video Downloader؟

Video Downloader هو إضافة Chrome تم تطويرها بواسطة FREE APPS، والميزة الرئيسية لها هي "Download videos using Video Downloader from websites.".

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

screenshot
screenshot

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

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

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

                        Video Downloader is for downloading videos from websites. Fast and easy way in one click. You find everything in the icon of extension. You can download many media formats - one video or all at once.  

Please note that Video Downloader not be liable for downloaded files. You check permissions copyright on web pages. Thank you for your understanding.                    

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

الاسم Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
الوصف Download videos using Video Downloader from websites.
حجم الملف 98.95 KB
عدد التثبيتات 10,282
النسخة الحالية 1.1.1
آخر تحديث 2023-03-23
تاريخ النشر 2020-11-07
تقييم 3.10/5 مجموع تقييمات 10
المطور FREE APPS
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.smart-finder.net/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "Video Downloader",
    "description": "Download videos using Video Downloader from websites.",
    "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",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}