Video DownloadHelper

Download Videos from the Web

¿Qué es Video DownloadHelper?

Video DownloadHelper es una extensión de Chrome desarrollada por https://www.downloadhelper.net, y su función principal es "Download Videos from the Web".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Video DownloadHelper

Descarga archivos de extensión Video DownloadHelper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The most complete Web video downloader ! The popular Video DownloadHelper Firefox extension is now available for Chrome.

Main features:

- save to your local disk the videos playing in a Web page
- support for HLS streamed videos
- support for DASH videos
- download image galleries
- smart naming of video files
- ability to black list domains to hide ads from detected videos
- control maximum concurrent downloads
- multiple options to fine grained filtering videos offered for download
- highly customizable interface
- convert downloading or already downloaded videos to almost any format
- works on Windows, Mac and Linux

Note: support for complex streaming protocols and video conversion requires the installation of a companion application. This is because the browser (neither Chrome nor Firefox) does not provide the necessary interface. Once installed, the companion application is completely managed by the add-on and you don't have to worry about it. The companion application is free and open-source. It has already been installed over 10 million times.

Note: because of Google WebStore restrictions, the Chrome version of the add-on does not download videos from YouTube. Use the Firefox or Edge version for this purpose.

If you are an adventurous person and want to get new features in advance for the price of a little less stability and more frequents updates, you can install the beta version of Video DownloadHelper from https://chromewebstore.google.com/detail/video-downloadhelper-beta/pfoiagbblcbmognbkekfpodpidedkmcc . This beta version is technically a different add-on from the stable, which means you can install both the stable and the beta versions.                    

Información Básica de la Extensión

Nombre Video DownloadHelper Video DownloadHelper
ID lmjnegcaeklhafolokijcfjliaokphfk
URL Oficial https://chromewebstore.google.com/detail/video-downloadhelper/lmjnegcaeklhafolokijcfjliaokphfk
Descripción Download Videos from the Web
Tamaño del Archivo 933 KB
Cantidad de Instalaciones 3,319,593
Versión Actual 8.2.1.1
Última Actualización 2024-02-19
Fecha de Publicación 2020-03-26
Calificación 4.36/5 Total de 18550 Calificaciones
Desarrollador https://www.downloadhelper.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.downloadhelper.net/
URL de la Página de Ayuda http://www.downloadhelper.net/support.php
URL de la Página de Política de Privacidad https://www.downloadhelper.net/privacy
Idiomas Soportados id,de,en-US,fr,nl,no,tr,ca,da,es,it,hu,pl,pt-BR,ro,sk,sl,sv,cs,el,bg,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "default_locale": "en_US",
    "author": "Michel Gutierrez",
    "description": "__MSG_appDesc__",
    "version": "8.2.1.1",
    "permissions": [
        "tabs",
        "contextMenus",
        "nativeMessaging",
        "webRequest",
        "downloads",
        "webNavigation",
        "notifications",
        "scripting",
        "storage",
        "declarativeNetRequest"
    ],
    "icons": {
        "32": "content\/images\/icon-32.png",
        "40": "content\/images\/icon-40.png",
        "48": "content\/images\/icon-48.png",
        "128": "content\/images\/icon-128.png"
    },
    "options_ui": {
        "page": "content\/settings.html?panel=settings",
        "open_in_tab": true
    },
    "commands": {
        "default-action": {
            "description": "Execute default action",
            "suggested_key": {
                "default": "Alt+Down",
                "mac": "Ctrl+Shift+Down"
            }
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Up",
                "mac": "Ctrl+Shift+Up"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.downloadhelper.net\/*"
            ],
            "js": [
                "injected\/downloadhelper.net.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Video DownloadHelper",
        "default_popup": "content\/popup.html?panel=main",
        "default_icon": {
            "40": "content\/images\/icon-40.png"
        }
    },
    "background": {
        "service_worker": "background\/main.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqm\/Cdcx4ikjVJbadUGpwrgJXdkc6Is8smuMiuAQbzgOg0cETVxuAY55UxgCxsh3lu4Os0RFK11bMBhu79Jbwv8tyml6mFGLLncLU2dFPZwnZWnIt5U+KC+uOvjryOacIPLxS\/PeF2sXScNd0QJg\/wTyl5WIizFtbcM3ZmFDFsj39FuUoH\/OhO1Ux1\/4Xn6dbSRb5F6qgkS2CU9ptTPQz0NJNaEmbL7vnWQkl2C8N4SjlDpRf\/lC5r72Ow16hmbNmCGRhbxjPF0Dm+EO2uyF6dBw4n9V8BjBXQ7AdL5J3k4dXJk\/oIOD2GQJsGyHK6TobNPPjy6W7bpPBtSfesIXS+wIDAQAB"
}