Video Downloader Pro

Download your favorite video files at any time. Simply save a video to your PC and watch it later.

Video Downloader Pro क्या है?

Video Downloader Pro John Cam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download your favorite video files at any time. Simply save a video to your PC and watch it later."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Video Downloader Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Allows you to save videos and watch them later. It's a simple tool that detects videos on the web and shows them on the pop-up menu. A fast and simple app is here for you! Saves online files from websites all over the internet. It's a very easy and lightweight app.

We support the following website:
Facebook, Vimeo, Dailymotion, and many more.

With Video downloader Pro no need to guess the file size or the resolution. Our extension detects all resolutions available, so you can choose according to your needs what size is the best.

Use video downloader for free without any registration. Among the other useful feature is saves videos as a file to your PC and gives you an opportunity to review them later offline.

Disclaimer: 
Video Downloader Pro is not a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies, we can not download YouTube videos. Thank you for understanding.                    

एक्सटेंशन की मूल जानकारी

नाम Video Downloader Pro Video Downloader Pro
ID dpfdidlhkillibefedclmbogopmndngo
आधिकारिक URL https://chrome.google.com/webstore/detail/video-downloader-pro/dpfdidlhkillibefedclmbogopmndngo
विवरण Download your favorite video files at any time. Simply save a video to your PC and watch it later.
फ़ाइल का आकार 455 KB
स्थापना संख्या 2,250,599
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2023-03-14
प्रकाशन तिथि 2021-10-20
रेटिंग 4.53/5 कुल 653 रेटिंग्स
डेवलपर John Cam
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/video-prosave/home
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1.2",
    "background": {
        "page": "components\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/ *",
        "activeTab",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Video Downloader Pro",
        "default_icon": "assets\/icons\/app\/inactive_128.png",
        "default_popup": "components\/popup.html"
    },
    "icons": {
        "128": "assets\/icons\/app\/128.png",
        "64": "assets\/icons\/app\/64.png",
        "32": "assets\/icons\/app\/32.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "manifest_version": 2
}