Video Downloader Handy

Download your favorite videos and store them locally. Very handy!

Video Downloader Handy क्या है?

Video Downloader Handy puper.technology द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download your favorite videos and store them locally. Very handy!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        📹 Download videos yourself from your favorite websites to watch locally!

⏬ The extension is designed to download from any sites where downloading videos is legal and allowed!

🌈 Download and save videos playable on the hard disk of the website
🌈 Choose between different video views
🌈 In playback mode, you can find MP4 videos
🌈 You can add a video to a list from which you have quick access to it and you can play it at any time without having to go back to the original web page.
🌈 You have the ability to play videos in any size

😌 If you have problems or videos that cannot be downloaded, please do not give a bad rating, but email us at [email protected] and help us improve this software. Thanks!

⚖️ The extension does not work for YouTube, Instagram, Dailymotion, Vk and Tiktok due to restrictions                    

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

नाम Video Downloader Handy Video Downloader Handy
ID aepidlinkpnbmfpnhndilmgpmdjhajad
आधिकारिक URL https://chrome.google.com/webstore/detail/video-downloader-handy/aepidlinkpnbmfpnhndilmgpmdjhajad
विवरण Download your favorite videos and store them locally. Very handy!
फ़ाइल का आकार 221 KB
स्थापना संख्या 2,872
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2021-11-26
प्रकाशन तिथि 2021-11-26
रेटिंग 3.50/5 कुल 18 रेटिंग्स
डेवलपर puper.technology
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://poqdev.com/privacity
समर्थित भाषाएँ de,en,fr,nl,es,ru
manifest.json
{
    "background": {
        "page": "extension\/background.html"
    },
    "browser_action": {
        "default_icon": "icon19c.png",
        "default_title": "Video Downloader Handy"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "video\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png",
        "48": "icon48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "options_page": "startpage\/index.html?options=1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "downloads",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "VDP",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}