Video Screenshot

Simple, no-frills tool to take screenshots of videos playing on websites.

What is Video Screenshot?

Video Screenshot is a Chrome extension developed by astrbox-tools, and its main feature is "Simple, no-frills tool to take screenshots of videos playing on websites.".

Extension Screenshots

screenshot

Download Video Screenshot Extension CRX File

Download Video Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple, no-frills tool to take screenshots of the currently playing video on websites. 

Clicking on the extension's button on websites with HTML5 video will cause a screenshot of the currently playing video to be downloaded. Media controls (e.g. play/pause button, volume slider) are not part of the resulting screenshot. The resolution of the screenshot is the same as the resolution of the video playing.                    

Extension Basic Information

Name Video Screenshot Video Screenshot
ID cenfemgbpgfagommeifcbjcpaeefnnao
Official URL https://chromewebstore.google.com/detail/video-screenshot/cenfemgbpgfagommeifcbjcpaeefnnao
Description Simple, no-frills tool to take screenshots of videos playing on websites.
File Size 14.38 KB
Installation Count 214
Current Version 1.0
Last Updated 2020-11-19
Publish Date 2020-11-14
Rating 5.00/5 Total 1 Ratings
Developer astrbox-tools
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Screenshot",
    "version": "1.0",
    "author": "astrbox-tools",
    "description": "Simple, no-frills tool to take screenshots of videos playing on websites.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Video Screenshot",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        ""
    ]
}