Video ScreenShot Capture

Video ScreenShot Capture, capture's video-size screenshots and saves them in the form of png.

Τι είναι το Video ScreenShot Capture;

Το Video ScreenShot Capture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rohanrashinkar, και η κύρια λειτουργία του είναι "Video ScreenShot Capture, capture's video-size screenshots and saves them in the form of png.".

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

screenshot

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

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

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

                        Video ScreenShot Capture, capture's video screenshots and saves them in the form of png.

Developed by Rohan Rashinkar, Dhananjay Bokare

What Is Video ScreenShot Capture? 
Video ScreenShot Capture's the screenshot of the video without capturing an extra screen. It just captures video-size screenshots and saves them in the form of png.  

Why Video ScreenShot Capture?
With Video ScreenShot Capture, users can effortlessly capture YouTube screenshots with a single click or keyboard shortcut. Say goodbye to the hassle of capturing unnecessary screens - this screenshot extension focuses solely on the video content, ensuring precise captures every time.

Who Is Video ScreenShot Capture for? 
Video ScreenShot Capture is ideal for students, researchers, and content creators who rely on platforms like YouTube and Coursera for educational content. By seamlessly integrating with these platforms, this screenshot extension enhances the process of taking YouTube screenshot notes.

HOW DOES IT WORK? 
There are two different ways to capture a video screenshot:
Clicking on the extension icon.
Using Shortcut : WINDOWS : CTRL + SHIFT + Z  and MAC : CMD + SHIFT + Z.

Developer info: 
Name: Rohan Rashinkar
Email: [email protected]

Name: Dhananjay Bokare
Email: [email protected]

Video Screenshot Extension: The ultimate YouTube screenshot tool and top-notch extension for effortless captures.                    

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

Όνομα Video ScreenShot Capture Video ScreenShot Capture
ID lbheaicoedhggjaiknjioebegldnnepo
Επίσημο URL https://chromewebstore.google.com/detail/video-screenshot-capture/lbheaicoedhggjaiknjioebegldnnepo
Περιγραφή Video ScreenShot Capture, capture's video-size screenshots and saves them in the form of png.
Μέγεθος Αρχείου 46.05 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2024-02-02
Ημερομηνία Δημοσίευσης 2022-05-03
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής rohanrashinkar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Video ScreenShot Capture",
    "description": "Video ScreenShot Capture, capture's video-size screenshots and saves them in the form of png.",
    "version": "1.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png",
            "512": "icon512.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            }
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    }
}