WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
VideoPlus - Free Video Downloader

VideoPlus - Free Video Downloader

View on Chrome Web Store
View VideoPlus - Free Video Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (558 ratings)
1 new ratings
26 views
This extension has been viewed 26 times
0 downloads
This extension has been downloaded 0 times

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

One click to download any video or any audio from any website.
Type
Extension
Users
100,000 users
10K
Website videoplus.app
videoplus
View author page of videoplus
Published
Published on August 18, 2020
Version 4.8.23
Manifest version
3
Updated
Updated on November 20, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View VideoPlus - Free 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
{
    "background": {
        "service_worker": "bg-release.js"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_name__"
    },
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "128": "images\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/common.js",
                "js\/common1.js",
                "js\/content.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "sandbox": {
        "pages": [
            "html\/sandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*.html",
                "js\/*.js",
                "js\/injected\/*.js",
                "js\/injected\/*\/*.js",
                "css\/*.css",
                "js\/*.wasm",
                "images\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; worker-src 'self' 'wasm-unsafe-eval';"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "homepage_url": "https:\/\/videoplus.app",
    "permissions": [
        "tabs",
        "webRequest",
        "scripting",
        "storage",
        "unlimitedStorage",
        "downloads",
        "declarativeNetRequest",
        "contextMenus",
        "notifications",
        "tabCapture"
    ],
    "commands": {
        "cancel-recording": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "description": "Cancel recording"
        },
        "stop-recording": {
            "suggested_key": {
                "default": "Alt+Shift+Z"
            },
            "description": "Stop recording"
        }
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.8.23"
}
© 2026 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