YouTube Screenshot

Allows you to take screenshot of the video and save it instantly to your disk

Co to jest YouTube Screenshot?

YouTube Screenshot to rozszerzenie Chrome opracowane przez Pranav Acharya, a jego główną funkcją jest „Allows you to take screenshot of the video and save it instantly to your disk”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube Screenshot

Pobierz pliki rozszerzeń YouTube Screenshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Screenshot YouTube Screenshot
ID admjdaoijfccdllogfnddnllkghmkpfb
Oficjalny URL https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb
Opis Allows you to take screenshot of the video and save it instantly to your disk
Rozmiar pliku 3.87 KB
Liczba instalacji 4,627
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2017-01-08
Data Publikacji 2017-01-07
Ocena 2.23/5 Łącznie 40 Oceny
Deweloper Pranav Acharya
Typ Płatności free
Obsługiwane Języki 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
}