VLC Video Downloader

VLC Video Downloader - easily save any video file to PC or playlist and take it with yourself across the Web

ما هو VLC Video Downloader؟

VLC Video Downloader هو إضافة Chrome تم تطويرها بواسطة MC Carthy5، والميزة الرئيسية لها هي "VLC Video Downloader - easily save any video file to PC or playlist and take it with yourself across the Web".

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

screenshot

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

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

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

                        Fast and simple Video Downloader here is for you! VCL Saver takes online video from each websites all over the internet. It's very easy and lightweight app. All you need is:

- Visit websites with online video files
- Find the video you want to download
- Click to "Download" button in the corner
- Enjoy it on your PC                    

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

الاسم VLC Video Downloader VLC Video Downloader
ID lhgpempmohmahohfgnjijdlaaggdegng
عنوان URL الرسمي https://chrome.google.com/webstore/detail/vlc-video-downloader/lhgpempmohmahohfgnjijdlaaggdegng
الوصف VLC Video Downloader - easily save any video file to PC or playlist and take it with yourself across the Web
حجم الملف 203 KB
عدد التثبيتات 40,000
النسخة الحالية 3.0.0
آخر تحديث 2021-03-20
تاريخ النشر 2021-03-20
تقييم 2.56/5 مجموع تقييمات 9
المطور MC Carthy5
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://downloaderio.com/policy.html
اللغات المدعومة id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "__MSG_title__",
        "default_popup": "\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/tools.js",
                "\/js\/providers\/abstract-provider.js",
                "\/js\/providers\/dm.js",
                "\/js\/providers\/in.js",
                "\/js\/providers\/fb.js",
                "\/js\/providers\/tw.js",
                "\/js\/providers\/vk.js",
                "\/js\/providers\/vm.js",
                "\/js\/bundle\/app.js",
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/app.css",
                "\/css\/sidebar.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-3.2.1.min.js",
            "\/js\/lib\/tools.js",
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "\/img\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}