YouTube Screenshot
Allows you to take screenshot of the video and save it instantly to your disk
Was ist YouTube Screenshot?
YouTube Screenshot ist eine Chrome-Erweiterung, die von Pranav Acharya entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to take screenshot of the video and save it instantly to your disk".
Erweiterungsscreenshots
YouTube Screenshot-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Screenshot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk.
Grundlegende Informationen zur Erweiterung
Name | YouTube Screenshot |
ID | admjdaoijfccdllogfnddnllkghmkpfb |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb |
Beschreibung | Allows you to take screenshot of the video and save it instantly to your disk |
Dateigröße | 3.87 KB |
Installationsanzahl | 4,627 |
Aktuelle Version | 1.4 |
Letztes Update | 2017-01-08 |
Veröffentlichungsdatum | 2017-01-07 |
Bewertung | 2.23/5 Insgesamt 40 Bewertungen |
Entwickler | Pranav Acharya |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |