YouTube Screenshot

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

Apa itu YouTube Screenshot?

YouTube Screenshot adalah ekstensi Chrome yang dikembangkan oleh Pranav Acharya, dan fitur utamanya adalah "Allows you to take screenshot of the video and save it instantly to your disk".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Screenshot

Unduh file ekstensi YouTube Screenshot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama YouTube Screenshot YouTube Screenshot
ID admjdaoijfccdllogfnddnllkghmkpfb
URL Resmi https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb
Deskripsi Allows you to take screenshot of the video and save it instantly to your disk
Ukuran File 3.87 KB
Jumlah Instalasi 4,627
Versi Saat Ini 1.4
Terakhir Diperbarui 2017-01-08
Tanggal Publikasi 2017-01-07
Penilaian 2.23/5 Total 40 Penilaian
Pengembang Pranav Acharya
Tipe Pembayaran free
Bahasa yang Didukung 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
}