YouTube Screenshot
Allows you to take screenshot of the video and save it instantly to your disk
Wat is YouTube Screenshot?
YouTube Screenshot is een Chrome-extensie ontwikkeld door Pranav Acharya, en de belangrijkste functie is "Allows you to take screenshot of the video and save it instantly to your disk".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Screenshot
Download YouTube 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 youtube video as an image and save it instantly to disk. Basisinformatie over de Extensie
| Naam | |
| ID | admjdaoijfccdllogfnddnllkghmkpfb |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb |
| Beschrijving | Allows you to take screenshot of the video and save it instantly to your disk |
| Bestandsgrootte | 3.87 KB |
| Aantal Installaties | 4,627 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2017-01-08 |
| Publicatiedatum | 2017-01-07 |
| Beoordeling | 2.23/5 Totaal 40 Beoordelingen |
| Ontwikkelaar | Pranav Acharya |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |