VidHelper - Video Download Helper

Download any video or audio from any website with just one click.

VidHelper - Video Download Helper क्या है?

VidHelper - Video Download Helper https://vidhelper.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download any video or audio from any website with just one click."।

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing VidHelper, a robust Video Download Helper that empowers you to effortlessly download videos from a vast array of platforms—over 1000 sites, including prominent social media platforms. VidHelper supports an extensive range of video formats. Notably, it seamlessly handles HLS and DASH streams, simplifying the downloading process for even the most intricate video formats.
Enjoy the flexibility of accessing your favorite videos offline at your convenience, without the need for an internet connection. Share these videos with friends and family or store them for future viewing—VidHelper is your all-in-one solution for capturing and relishing online content.

Key Features:
- Compatibility with 1000+ video sites, making it easy for users to download and enjoy their favorite content from a wide range of online platforms.
- Support for a variety of video formats, including MP4, MOV, FLV, AVI, WEBM, MKV, and more.
- Capabilities for downloading HLS (m3u8) and DASH (mpd) streams.
- Built-in media player for Video Preview, streamlining your viewing experience.
- QRCode links for effortless video sharing to your mobile phone.
- Batch Download feature, enabling one-click download for all detected videos.
- Free, unlimited usage of our Video Download Helper with no registration requirements.

How to Use Our Video Download Helper:
1. Visit the video site and click on our extension icon.
2. Videos will be listed on the popup page.
3. Choose the video you want to download. Enjoy!
Note:
Some web pages may require you to initiate video playback to assist the video downloader in locating the content.

We sincerely hope you find our Video Download Helper valuable! Your feedback, ratings, and suggestions for enhancing functionality are highly appreciated.

Disclaimer:
VidHelper is not a Youtube Downloader. Due to restrictions outlined in the Google Web Store Policies and Developer Program Policies, downloading Youtube Videos is not supported. We appreciate your understanding.                    

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

नाम VidHelper - Video Download Helper VidHelper - Video Download Helper
ID egmennebgadmncfjafcemlecimkepcle
आधिकारिक URL https://chromewebstore.google.com/detail/vidhelper-video-download/egmennebgadmncfjafcemlecimkepcle
विवरण Download any video or audio from any website with just one click.
फ़ाइल का आकार 10.55 MB
स्थापना संख्या 1,727
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2024-03-02
प्रकाशन तिथि 2021-03-04
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://vidhelper.app
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://vidhelper.app
गोपनीयता नीति पृष्ठ URL https://vidhelper.app/privacy
समर्थित भाषाएँ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "bg-release.js"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_title__"
    },
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "64": "images\/logo.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/common.js",
                "js\/common1.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected\/*.js",
                "css\/video-js.min.css",
                "js\/player.js",
                "js\/core.js",
                "js\/core.wasm",
                "js\/worker.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "homepage_url": "https:\/\/vidhelper.app",
    "permissions": [
        "tabs",
        "webRequest",
        "scripting",
        "storage",
        "downloads",
        "declarativeNetRequest",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.1"
}