WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HD Video Downloader

HD Video Downloader

View on Chrome Web Store
View HD Video Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (1,494 ratings)
1 new ratings
34 views
This extension has been viewed 34 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Chrome app to download any video. HD Video Downloader powers up Chrome browser with download utility for the most video formats
Type
Extension
Users
800,000 users
100K
Sarah Hill
View author page of Sarah Hill
Published
Published on March 18, 2021
Version 2.2.9
Manifest version
3
Updated
Updated on February 4, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View HD Video Downloader Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "short_name": "__MSG_name__",
    "action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "css": [
                ".\/static\/css\/App.css",
                ".\/static\/css\/sidebar.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "2.2.9"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top