Video Screenshot

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

Was ist Video Screenshot?

Video Screenshot ist eine Chrome-Erweiterung, die von astrbox-tools entwickelt wurde, und ihr Hauptmerkmal ist "Simple, no-frills tool to take screenshots of videos playing on websites.".

Erweiterungsscreenshots

screenshot

Video Screenshot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Screenshot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Video Screenshot Video Screenshot
ID cenfemgbpgfagommeifcbjcpaeefnnao
Offizielle URL https://chromewebstore.google.com/detail/video-screenshot/cenfemgbpgfagommeifcbjcpaeefnnao
Beschreibung Simple, no-frills tool to take screenshots of videos playing on websites.
Dateigröße 14.38 KB
Installationsanzahl 214
Aktuelle Version 1.0
Letztes Update 2020-11-19
Veröffentlichungsdatum 2020-11-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler astrbox-tools
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
        ""
    ]
}