Video Downloader Web

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

O que é Video Downloader Web?

Video Downloader Web é uma extensão do Chrome desenvolvida por Free-loader.net, e sua principal característica é "An effective utility for allowing you to download all videos from any website!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Downloader Web

Baixe arquivos de extensão Video Downloader Web 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

                        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.                    

Informações Básicas da Extensão

Nome Video Downloader Web Video Downloader Web
ID hnalgjopjinhkjkcbaiffihmakjiopbi
URL Oficial https://chrome.google.com/webstore/detail/video-downloader-web/hnalgjopjinhkjkcbaiffihmakjiopbi
Descrição An effective utility for allowing you to download all videos from any website!
Tamanho do Arquivo 103 KB
Contagem de Instalações 300,000
Versão Atual 1.8.5
Última Atualização 2022-09-01
Data de Publicação 2020-12-13
Classificação 3.20/5 Total de 166 Avaliações
Desenvolvedor Free-loader.net
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/free-videos-downloader/privacy-policy
Idiomas Suportados 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'"
}