YouTube Screenshot
Allows you to take screenshot of the video and save it instantly to your disk
Vad är YouTube Screenshot?
YouTube Screenshot är en Chrome-tillägg utvecklad av Pranav Acharya, och dess huvudfunktion är "Allows you to take screenshot of the video and save it instantly to your disk".
Tilläggsskärmbilder
Ladda ner YouTube Screenshot-förlängningens CRX-fil
Ladda ner YouTube Screenshot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk. Grundläggande Information om Tillägg
| Namn | |
| ID | admjdaoijfccdllogfnddnllkghmkpfb |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb |
| Beskrivning | Allows you to take screenshot of the video and save it instantly to your disk |
| Filstorlek | 3.87 KB |
| Antal Installationer | 4,627 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2017-01-08 |
| Publiceringsdatum | 2017-01-07 |
| Betyg | 2.23/5 Totalt 40 Betyg |
| Utvecklare | Pranav Acharya |
| Betalningssätt | free |
| Stödda Språk | 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
} | |