Twitter Video Screenshot
Allows you to take screenshot of any Twitter video with one click.
Qu'est-ce que Twitter Video Screenshot ?
Twitter Video Screenshot est une extension Chrome développée par moonlight, et sa fonction principale est "Allows you to take screenshot of any Twitter video with one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter Video Screenshot
Téléchargez les fichiers d'extension Twitter Video Screenshot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Click on the Capture button to capture the current frame of a twitter video as an image and save it to disk
Informations de Base sur l'Extension
Nom | Twitter Video Screenshot |
ID | paiclmdbcfiejbkcfbkcenijejdnlejc |
URL Officiel | https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc |
Description | Allows you to take screenshot of any Twitter video with one click. |
Taille du Fichier | 10.84 KB |
Nombre d'Installations | 262 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-09-24 |
Date de Publication | 2018-09-24 |
Développeur | moonlight |
Type de Paiement | free |
Langues Prises en Charge | 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 } |