Twitter Video Screenshot
Allows you to take screenshot of any Twitter video with one click.
What is Twitter Video Screenshot?
Twitter Video Screenshot is a Chrome extension developed by moonlight, and its main feature is "Allows you to take screenshot of any Twitter video with one click.".
Extension Screenshots
Download Twitter Video Screenshot Extension CRX File
Download Twitter 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
Click on the Capture button to capture the current frame of a twitter video as an image and save it to disk
Extension Basic Information
Name | Twitter Video Screenshot |
ID | paiclmdbcfiejbkcfbkcenijejdnlejc |
Official URL | https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc |
Description | Allows you to take screenshot of any Twitter video with one click. |
File Size | 10.84 KB |
Installation Count | 262 |
Current Version | 1.0 |
Last Updated | 2018-09-24 |
Publish Date | 2018-09-24 |
Developer | moonlight |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "page.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "icons8-capture-128.png", "16": "icons8-capture-16.png", "48": "icons8-capture-48.png" }, "permissions": [ "https:\/\/twitter.com\/*", "webNavigation" ], "name": "Twitter Video Screenshot", "version": "1.0", "description": "Allows you to take screenshot of any Twitter video with one click.", "manifest_version": 2 } |