HD Video Downloader

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

什么是HD Video Downloader?

HD Video Downloader是由Sarah Hill开发的Chrome扩展程序,该扩展的主要功能是“Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats”。

扩展截图

screenshot

下载HD Video Downloader扩展crx文件

下载HD Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 HD Video Downloader HD Video Downloader
ID hjlekdknhjogancdagnndeenmobeofgm
官方URL https://chromewebstore.google.com/detail/hd-video-downloader/hjlekdknhjogancdagnndeenmobeofgm
简介 Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats
文件大小 1.62 MB
安装次数 816,136
当前版本 2.2.2
更新时间 2024-02-08
上架时间 2021-03-17
评分 4.60/5 共1467次评分
开发者 Sarah Hill
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}