Video Downloader Web

An effective utility for allowing you to download all videos from any website!

¿Qué es Video Downloader Web?

Video Downloader Web es una extensión de Chrome desarrollada por Free-loader.net, y su función principal es "An effective utility for allowing you to download all videos from any website!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Video Downloader Web

Descarga archivos de extensión Video Downloader Web 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

                        Video Downloader Web - download any video file into a playlist and take it with yourself across the Web! This is the one of the most popular media video downloader extension in the Chrome Web store on this moment. Get an online downloader, player and playlist in a single package! 

You can experience the convenience of free online video download with the extension very easily. Play the video and click the browser extension button to download it, then save the video in any quality and size, it's that easy.

Video Downloader extension has a very user-friendly interface. With it, you can navigate all sites and download HD videos from your social media accounts. All formats are supported. 100% Free!

Also, you can immediately get the freedom to download every MP4 files you see on the Internet, in different sizes and quality, without getting stuck in the online download traffic.

We will help you save time, immortalize moments and solve your problems.

NOTE:
We suggest to check first media copyright permissions before downloading media files.

The download of YouTube videos to hard drive is locked because of restrictions of the Chrome Store.

We will be glad to see your feedback or suggestions for improving the work of the video downloader extension! Please contact us if you have any problems or suggestions.                    

Información Básica de la Extensión

Nombre Video Downloader Web Video Downloader Web
ID hnalgjopjinhkjkcbaiffihmakjiopbi
URL Oficial https://chrome.google.com/webstore/detail/video-downloader-web/hnalgjopjinhkjkcbaiffihmakjiopbi
Descripción An effective utility for allowing you to download all videos from any website!
Tamaño del Archivo 103 KB
Cantidad de Instalaciones 300,000
Versión Actual 1.8.5
Última Actualización 2022-09-01
Fecha de Publicación 2020-12-13
Calificación 3.20/5 Total de 166 Calificaciones
Desarrollador Free-loader.net
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/free-videos-downloader/privacy-policy
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.5",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "img\/download_inactive.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.2.1.min.js",
                "js\/lib\/tools.js",
                "js\/_config.js",
                "js\/content.js",
                "js\/providers\/abstract-provider.js",
                "js\/providers\/xx.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/providers\/fb.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/providers\/in.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/providers\/tw.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.dailymotion.com\/*"
            ],
            "js": [
                "js\/providers\/dm.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/providers\/other.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.2.1.min.js",
            "js\/lib\/tools.js",
            "js\/_config.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}