Twitter Video Screenshot
Allows you to take screenshot of any Twitter video with one click.
Wat is Twitter Video Screenshot?
Twitter Video Screenshot is een Chrome-extensie ontwikkeld door moonlight, en de belangrijkste functie is "Allows you to take screenshot of any Twitter video with one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Video Screenshot
Download Twitter Video Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Click on the Capture button to capture the current frame of a twitter video as an image and save it to disk
Basisinformatie over de Extensie
Naam | Twitter Video Screenshot |
ID | paiclmdbcfiejbkcfbkcenijejdnlejc |
Officiële URL | https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc |
Beschrijving | Allows you to take screenshot of any Twitter video with one click. |
Bestandsgrootte | 10.84 KB |
Aantal Installaties | 262 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-09-24 |
Publicatiedatum | 2018-09-24 |
Ontwikkelaar | moonlight |
Betalingswijze | free |
Ondersteunde Talen | 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 } |