YouTube Screenshot
Allows you to take screenshot of the video and save it instantly to your disk
Cos'è YouTube Screenshot?
YouTube Screenshot è un'estensione di Chrome sviluppata da Pranav Acharya, e la sua funzione principale è "Allows you to take screenshot of the video and save it instantly to your disk".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Screenshot
Scarica i file di estensione YouTube Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk. Informazioni di Base sull'Estensione
| Nome | |
| ID | admjdaoijfccdllogfnddnllkghmkpfb |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb |
| Descrizione | Allows you to take screenshot of the video and save it instantly to your disk |
| Dimensione del File | 3.87 KB |
| Conteggio Installazioni | 4,627 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2017-01-08 |
| Data di Pubblicazione | 2017-01-07 |
| Valutazione | 2.23/5 Totale 40 Valutazioni |
| Sviluppatore | Pranav Acharya |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Screenshot",
"version": "1.4",
"description": "Allows you to take screenshot of the video and save it instantly to your disk",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"page.js"
]
}
],
"manifest_version": 2
} | |