Video Downloader Plus

Video Downloader Plus is the best way to download video from Chrome. Free video saver utility for all video formats.

Video Downloader Plus क्या है?

Video Downloader Plus VideoLoader Plus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video Downloader Plus is the best way to download video from Chrome. Free video saver utility for all video formats."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This simple but very powerful app allows you to take any high definition video from almost any website quickly and efficiently. You can save in original high definition quality, or get it in standard definition (MP4).

Save files and share with friends funny moments. Keep downloaded files on your PC for future watching. 

Run the extension later at any time even without an internet connection. Save files and share with friends funny moments. Keep downloaded files on your PC for future watching.

We offers a range of useful features, including the ability to download video as a file to your PC and the opportunity to review them later offline. You can save file in different available formats and qualities according to your needs, including 720p, 1080p, 2K, and 4K. 

With this downloader no need to guess the file size or the resolution. It's detects all resolutions available, so you can choose according to your needs what size is the best.

Please, rate it with 5 stars, share it with your friends.                    

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

नाम Video Downloader Plus Video Downloader Plus
ID cjljdgfhkjbdbkcdkfojleidpldagmao
आधिकारिक URL https://chromewebstore.google.com/detail/video-downloader-plus/cjljdgfhkjbdbkcdkfojleidpldagmao
विवरण Video Downloader Plus is the best way to download video from Chrome. Free video saver utility for all video formats.
फ़ाइल का आकार 2.36 MB
स्थापना संख्या 984,134
वर्तमान संस्करण 1.1.11
अंतिम अपडेट 2023-09-29
प्रकाशन तिथि 2020-10-21
रेटिंग 4.31/5 कुल 1153 रेटिंग्स
डेवलपर VideoLoader Plus
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://savevideoplus.com/privacy-policy.html
समर्थित भाषाएँ en,es,pt-PT,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.11",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "default_locale": "en",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "64": "icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}