Video Screenshot

Simple, no-frills tool to take screenshots of videos playing on websites.

Apa itu Video Screenshot?

Video Screenshot adalah ekstensi Chrome yang dikembangkan oleh astrbox-tools, dan fitur utamanya adalah "Simple, no-frills tool to take screenshots of videos playing on websites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video Screenshot

Unduh file ekstensi Video 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

                        A simple, no-frills tool to take screenshots of the currently playing video on websites. 

Clicking on the extension's button on websites with HTML5 video will cause a screenshot of the currently playing video to be downloaded. Media controls (e.g. play/pause button, volume slider) are not part of the resulting screenshot. The resolution of the screenshot is the same as the resolution of the video playing.                    

Informasi Dasar Ekstensi

Nama Video Screenshot Video Screenshot
ID cenfemgbpgfagommeifcbjcpaeefnnao
URL Resmi https://chromewebstore.google.com/detail/video-screenshot/cenfemgbpgfagommeifcbjcpaeefnnao
Deskripsi Simple, no-frills tool to take screenshots of videos playing on websites.
Ukuran File 14.38 KB
Jumlah Instalasi 214
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-11-19
Tanggal Publikasi 2020-11-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang astrbox-tools
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Screenshot",
    "version": "1.0",
    "author": "astrbox-tools",
    "description": "Simple, no-frills tool to take screenshots of videos playing on websites.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Video Screenshot",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        ""
    ]
}