YouTube Screenshot
Allows you to take screenshot of the video and save it instantly to your disk
Hvad er YouTube Screenshot?
YouTube Screenshot er en Chrome-udvidelse udviklet af Pranav Acharya, og dens hovedfunktion er "Allows you to take screenshot of the video and save it instantly to your disk".
Udvidelsesskærmbilleder
Download YouTube Screenshot-udvidelses-CRX-fil
Download YouTube Screenshot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | admjdaoijfccdllogfnddnllkghmkpfb |
| Officiel URL | https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb |
| Beskrivelse | Allows you to take screenshot of the video and save it instantly to your disk |
| Filstørrelse | 3.87 KB |
| Antal Installationer | 4,627 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2017-01-08 |
| Udgivelsesdato | 2017-01-07 |
| Bedømmelse | 2.23/5 Samlet 40 Bedømmelser |
| Udvikler | Pranav Acharya |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |