VidHelper - Video Download Helper

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

O que é VidHelper - Video Download Helper?

VidHelper - Video Download Helper é uma extensão do Chrome desenvolvida por https://vidhelper.app, e sua principal característica é "Download any video or audio from any website with just one click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão VidHelper - Video Download Helper

Baixe arquivos de extensão VidHelper - Video Download Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome VidHelper - Video Download Helper VidHelper - Video Download Helper
ID egmennebgadmncfjafcemlecimkepcle
URL Oficial https://chromewebstore.google.com/detail/vidhelper-video-download/egmennebgadmncfjafcemlecimkepcle
Descrição Download any video or audio from any website with just one click.
Tamanho do Arquivo 10.55 MB
Contagem de Instalações 1,727
Versão Atual 1.5.1
Última Atualização 2024-03-02
Data de Publicação 2021-03-04
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://vidhelper.app
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://vidhelper.app
URL da Página de Política de Privacidade https://vidhelper.app/privacy
Idiomas Suportados 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"
}