WebExtension.net
Toggle dark mode
WebExtension.net

Video Downloader Pro

View on Chrome Web Store
View Video Downloader Pro Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (1,031 ratings)
3 new ratings
19 views
This extension has been viewed 19 times

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

Video downloader is a lightweight and ultra fast tool that allows users to easily download videos from popular websites.
Type
Extension
Users
1,000,000 users
Videoload-pro.com
View author page of Videoload-pro.com
Published
Published on April 9, 2020
Version 1.9.0
Manifest version
3
Updated
Updated on January 22, 2025
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Video Downloader Pro 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",
    "version": "1.9.0",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "32": "viewHelpers\/icons\/icon32.png",
        "64": "viewHelpers\/icons\/icon64.png",
        "128": "viewHelpers\/icons\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "64": "viewHelpers\/icons\/icon64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/worker.js"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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