YouTube Screenshot Button
Screenshot button for YouTube.
What is YouTube Screenshot Button?
YouTube Screenshot Button is a Chrome extension developed by Tuhnik, and its main feature is "Screenshot button for YouTube.".
Extension Screenshots
Download YouTube Screenshot Button Extension CRX File
Download YouTube Screenshot Button 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
Just click and let the magic happen. Also works on YouTube Gaming. Changes: 05.05.2022: Fixed a bug related to file names.
Extension Basic Information
Name | YouTube Screenshot Button |
ID | ehehmcocpegbmagfhajbmeofolnpdfla |
Official URL | https://chromewebstore.google.com/detail/youtube-screenshot-button/ehehmcocpegbmagfhajbmeofolnpdfla |
Description | Screenshot button for YouTube. |
File Size | 151 KB |
Installation Count | 10,000 |
Current Version | 0.1.6 |
Last Updated | 2022-05-10 |
Publish Date | 2018-11-16 |
Rating | 4.38/5 Total 34 Ratings |
Developer | Tuhnik |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "author": "Tuhnik", "manifest_version": 3, "name": "YouTube Screenshot Button", "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "permissions": [ "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/page.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Screenshot button for YouTube.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" } } |