HD Video Downloader

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

Hvad er HD Video Downloader?

HD Video Downloader er en Chrome-udvidelse udviklet af Sarah Hill, og dens hovedfunktion er "Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats".

Udvidelsesskærmbilleder

screenshot

Download HD Video Downloader-udvidelses-CRX-fil

Download HD Video Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn HD Video Downloader HD Video Downloader
ID hjlekdknhjogancdagnndeenmobeofgm
Officiel URL https://chromewebstore.google.com/detail/hd-video-downloader/hjlekdknhjogancdagnndeenmobeofgm
Beskrivelse Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats
Filstørrelse 1.62 MB
Antal Installationer 816,136
Nuværende Version 2.2.2
Senest Opdateret 2024-02-08
Udgivelsesdato 2021-03-17
Bedømmelse 4.60/5 Samlet 1467 Bedømmelser
Udvikler Sarah Hill
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}