VidHelper - Video Download Helper

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

Cos'è VidHelper - Video Download Helper?

VidHelper - Video Download Helper è un'estensione di Chrome sviluppata da https://vidhelper.app, e la sua funzione principale è "Download any video or audio from any website with just one click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VidHelper - Video Download Helper

Scarica i file di estensione VidHelper - Video Download Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome VidHelper - Video Download Helper VidHelper - Video Download Helper
ID egmennebgadmncfjafcemlecimkepcle
URL Ufficiale https://chromewebstore.google.com/detail/vidhelper-video-download/egmennebgadmncfjafcemlecimkepcle
Descrizione Download any video or audio from any website with just one click.
Dimensione del File 10.55 MB
Conteggio Installazioni 1,727
Versione Corrente 1.5.1
Ultimo Aggiornamento 2024-03-02
Data di Pubblicazione 2021-03-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://vidhelper.app
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://vidhelper.app
URL della Pagina della Politica sulla Privacy https://vidhelper.app/privacy
Lingue Supportate 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"
}