Video Downloader

Video Downloader - fast download videos from any webs.

ما هو Video Downloader؟

Video Downloader هو إضافة Chrome تم تطويرها بواسطة Video Downloader، والميزة الرئيسية لها هي "Video Downloader - fast download videos from any webs.".

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

screenshot
screenshot

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

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

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

                        Video Downloader for fast downloading online videos from webpages. The popular app supports many video formats.

How To:
For download video click to the icon of app on webpage. A list of available videos will be displayed. Now download one or all videos from the list. 

Privacy Policy:
Please read. Video Downloader is not responsible for files downloaded by users. Users should check permissions media copyright on websites.                    

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

الاسم Video Downloader Video Downloader
ID bmfdeblldppdipllplghgfcdglodfggn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/video-downloader/bmfdeblldppdipllplghgfcdglodfggn
الوصف Video Downloader - fast download videos from any webs.
حجم الملف 99.32 KB
عدد التثبيتات 37,684
النسخة الحالية 2.0.0
آخر تحديث 2023-06-11
تاريخ النشر 2020-05-16
تقييم 3.39/5 مجموع تقييمات 54
المطور Video Downloader
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Video Downloader",
    "description": "Video Downloader - fast download videos from any webs.",
    "background": {
        "service_worker": "background.js"
    },
    "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"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}