Video Download Master

This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…

ما هو Video Download Master؟

Video Download Master هو إضافة Chrome تم تطويرها بواسطة Laka، والميزة الرئيسية لها هي "This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This browser extension allows you to download videos from various websites.

It is easy to use and does not require a paid subscription to work properly. 

Just click on the extension icon to see files available for downloading. Choose a file and wait until it is saved on your computer.                    

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

الاسم Video Download Master Video Download Master
ID noddmaloflkfieahjkakcbigjagbfkid
عنوان URL الرسمي https://chrome.google.com/webstore/detail/video-download-master/noddmaloflkfieahjkakcbigjagbfkid
الوصف This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…
حجم الملف 79.13 KB
عدد التثبيتات 8,000
النسخة الحالية 0.0.4
آخر تحديث 2022-01-28
تاريخ النشر 2021-11-26
تقييم 4.83/5 مجموع تقييمات 23
المطور Laka
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://justpaste.it/8fr7c
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Download Master",
    "version": "0.0.4",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}