Video Screenshot

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

Τι είναι το Video Screenshot;

Το Video Screenshot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον astrbox-tools, και η κύρια λειτουργία του είναι "Simple, no-frills tool to take screenshots of videos playing on websites.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Video Screenshot

Λήψη αρχείων επέκτασης Video Screenshot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video Screenshot Video Screenshot
ID cenfemgbpgfagommeifcbjcpaeefnnao
Επίσημο URL https://chromewebstore.google.com/detail/video-screenshot/cenfemgbpgfagommeifcbjcpaeefnnao
Περιγραφή Simple, no-frills tool to take screenshots of videos playing on websites.
Μέγεθος Αρχείου 14.38 KB
Αριθμός Εγκαταστάσεων 214
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-11-19
Ημερομηνία Δημοσίευσης 2020-11-14
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής astrbox-tools
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": [
        ""
    ]
}