Video Screenshot
Take a screenshot of current visible video area.
What is Video Screenshot?
Video Screenshot is a Chrome extension developed by XiNGRZ, and its main feature is "Take a screenshot of current visible video area.".
Extension Screenshots
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
Take a screenshot of the video content just visible in your viewport.
Extension Basic Information
Name | Video Screenshot |
ID | gmehbdfomfohmlajndnopdkmcnlonjmp |
Official URL | https://chromewebstore.google.com/detail/video-screenshot/gmehbdfomfohmlajndnopdkmcnlonjmp |
Description | Take a screenshot of current visible video area. |
File Size | 6.19 KB |
Installation Count | 209 |
Current Version | 1.1 |
Last Updated | 2020-08-04 |
Publish Date | 2019-07-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | XiNGRZ |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Screenshot", "version": "1.1", "description": "Take a screenshot of current visible video area.", "icons": { "128": "icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Take screenshot", "default_popup": "popup.html" } } |