Video Screen Grabber

Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.

What is Video Screen Grabber?

Video Screen Grabber is a Chrome extension developed by Shang Liang, and its main feature is "Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.".

Extension Screenshots

screenshot

Download Video Screen Grabber Extension CRX File

Download Video Screen Grabber 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

                        Takes a screen grab of the video in the current page of what you are seeing now. For those people who needs to take screenshots of videos for their daily job (like my wife).  

Icon made by Freepik from www.flaticon.com                    

Extension Basic Information

Name Video Screen Grabber Video Screen Grabber
ID chacmggpblehgnjocmmedakmcnmhgnbo
Official URL https://chromewebstore.google.com/detail/video-screen-grabber/chacmggpblehgnjocmmedakmcnmhgnbo
Description Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.
File Size 36.25 KB
Installation Count 89
Current Version 0.0.2
Last Updated 2020-06-04
Publish Date 2020-06-03
Rating 5.00/5 Total 1 Ratings
Developer Shang Liang
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Screen Grabber",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Screen grab\/capture the current frame of video elements of websites. Works for video conference calls, too.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}