Video Screenshot

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

Cos'è Video Screenshot?

Video Screenshot è un'estensione di Chrome sviluppata da astrbox-tools, e la sua funzione principale è "Simple, no-frills tool to take screenshots of videos playing on websites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Video Screenshot

Scarica i file di estensione Video Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Video Screenshot Video Screenshot
ID cenfemgbpgfagommeifcbjcpaeefnnao
URL Ufficiale https://chromewebstore.google.com/detail/video-screenshot/cenfemgbpgfagommeifcbjcpaeefnnao
Descrizione Simple, no-frills tool to take screenshots of videos playing on websites.
Dimensione del File 14.38 KB
Conteggio Installazioni 214
Versione Corrente 1.0
Ultimo Aggiornamento 2020-11-19
Data di Pubblicazione 2020-11-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore astrbox-tools
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        ""
    ]
}