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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sarah Hill และคุณลักษณะหลักของมันคือ "Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HD Video Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}