Twitter Video Screenshot
Allows you to take screenshot of any Twitter video with one click.
Apa itu Twitter Video Screenshot?
Twitter Video Screenshot adalah ekstensi Chrome yang dikembangkan oleh moonlight, dan fitur utamanya adalah "Allows you to take screenshot of any Twitter video with one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter Video Screenshot
Unduh file ekstensi Twitter Video Screenshot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Click on the Capture button to capture the current frame of a twitter video as an image and save it to disk
Informasi Dasar Ekstensi
Nama | Twitter Video Screenshot |
ID | paiclmdbcfiejbkcfbkcenijejdnlejc |
URL Resmi | https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc |
Deskripsi | Allows you to take screenshot of any Twitter video with one click. |
Ukuran File | 10.84 KB |
Jumlah Instalasi | 262 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-09-24 |
Tanggal Publikasi | 2018-09-24 |
Pengembang | moonlight |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |