YouTube Screenshot
Allows you to take screenshot of the video and save it instantly to your disk
What is YouTube Screenshot?
YouTube Screenshot is a Chrome extension developed by Pranav Acharya, and its main feature is "Allows you to take screenshot of the video and save it instantly to your disk".
Extension Screenshots
Download YouTube Screenshot Extension CRX File
Download YouTube 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
Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk.
Extension Basic Information
Name | YouTube Screenshot |
ID | admjdaoijfccdllogfnddnllkghmkpfb |
Official URL | https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb |
Description | Allows you to take screenshot of the video and save it instantly to your disk |
File Size | 3.87 KB |
Installation Count | 4,627 |
Current Version | 1.4 |
Last Updated | 2017-01-08 |
Publish Date | 2017-01-07 |
Rating | 2.23/5 Total 40 Ratings |
Developer | Pranav Acharya |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Screenshot", "version": "1.4", "description": "Allows you to take screenshot of the video and save it instantly to your disk", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "page.js" ] } ], "manifest_version": 2 } |