HD Video Downloader

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

What is HD Video Downloader?

HD Video Downloader is a Chrome extension developed by Sarah Hill, and its main feature is "Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats".

Extension Screenshots

screenshot

Download HD Video Downloader Extension CRX File

Download HD Video Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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".                    

Extension Basic Information

Name HD Video Downloader HD Video Downloader
ID hjlekdknhjogancdagnndeenmobeofgm
Official URL https://chromewebstore.google.com/detail/hd-video-downloader/hjlekdknhjogancdagnndeenmobeofgm
Description Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats
File Size 1.62 MB
Installation Count 816,136
Current Version 2.2.2
Last Updated 2024-02-08
Publish Date 2021-03-17
Rating 4.60/5 Total 1467 Ratings
Developer Sarah Hill
Email [email protected]
Payment Type free
Supported Languages 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"
}