WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Video Screenshot Online

Video Screenshot Online

View on Chrome Web Store
View Video Screenshot Online Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
22 views
This extension has been viewed 22 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.

Capture high-quality screenshots from any video playing in your browser. Works on YouTube, Netflix, and all HTML5 videos.
Type
Extension
Users
134 users
1
PeakProductivity
View author page of PeakProductivity
Published
Published on December 17, 2025
Version 1.0.3
Manifest version
3
Updated
Updated on February 23, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Video Screenshot Online 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",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Video Screenshot",
    "version": "1.0.3",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "assets\/icon-16.png",
            "32": "assets\/icon-32.png",
            "48": "assets\/icon-48.png",
            "128": "assets\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "downloads",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "src\/background\/background.js",
        "type": "module"
    },
    "options_page": "src\/options\/index.html",
    "commands": {
        "capture-screenshot": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_captureShortcutDesc__"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "homepage_url": "https:\/\/videoscreenshot.site"
}
© 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