HD Video Downloader

Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats

O que é HD Video Downloader?

HD Video Downloader é uma extensão do Chrome desenvolvida por Sarah Hill, e sua principal característica é "Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HD Video Downloader

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

                        HD Video Downloader is a powerful media utility to save videos from popular video hubs. It's exactly what you are waiting for. HD Video Downloader is the easiest and fastest way to download online video from mainstream websites. It's an advanced tool to download online video and save it for later. Watch favorite moments with friends or show useful guides to business partners even if you aren't online. Save interested video files to review them later on your PC.

We have created a product that enhances your social network experience and allows you to save each video file and enjoy it late offline.

Find and download online videos from different sources and gather your own collection of music clips, funny cats or fitness workouts. Take videos with yourself and run it offline at any time. Training videos from Twitter or jokes from Facebook, exciting travels from Vimeo or even entertainment for the dates from Twitter, all these and even more are available now for online downloading. Be ready for any move with the collection of downloaded videos.

All this time you were looking for an advanced solution for video downloading, but all of them work only with one or two video sources. Glad to announce that HD is a perfect solution for downloading online videos from each big website from the web. 

Use HD Video Downloader for free without any registration. Among the other useful features HD saves videos as a file to your PC and gives an opportunity to review it later offline. Save in different available formats and qualities according to your needs.

Please keep in mind that this extension is not responsible for the content you download, so please check the copyright and permissions of the content before downloading.

Note. HD Video Downloader for Chrome doesn't guarantee 100% results, in cases when a video is not found or users open the extension on the wrong pages, the extension shows the message - "Video not found".                    

Informações Básicas da Extensão

Nome HD Video Downloader HD Video Downloader
ID hjlekdknhjogancdagnndeenmobeofgm
URL Oficial https://chromewebstore.google.com/detail/hd-video-downloader/hjlekdknhjogancdagnndeenmobeofgm
Descrição Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats
Tamanho do Arquivo 1.62 MB
Contagem de Instalações 816,136
Versão Atual 2.2.2
Última Atualização 2024-02-08
Data de Publicação 2021-03-17
Classificação 4.60/5 Total de 1467 Avaliações
Desenvolvedor Sarah Hill
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "short_name": "__MSG_name__",
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                ".\/static\/js\/app.js",
                ".\/static\/js\/content.js"
            ],
            "css": [
                ".\/static\/css\/app.css",
                ".\/styles\/sidebar.css"
            ],
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "64": "icons\/icon64.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "32": "icons\/icon32.png"
    },
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "2.2.2"
}