Video Screen Recorder

Record your computer's screen with just one click!

Τι είναι το Video Screen Recorder;

Το Video Screen Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dev.machine, και η κύρια λειτουργία του είναι "Record your computer's screen with just one click!".

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

screenshot

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

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

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

                        A video screen recorder that records in HD format and automatically downloads to your computer is an essential tool for anyone who needs to create high-quality video content quickly and easily. This software captures every detail of your screen activity, from full-screen recordings to specific application windows, with crystal-clear clarity and resolution. You can select the video format and quality to suit your needs, whether you're creating an instructional video, a product demo, or a presentation. With the automatic download feature, you can start recording without worrying about manually saving the file. The software automatically saves the recording to your computer's hard drive when you finish, so you can access it immediately. This makes it easy to share your video content with others, upload it to a website or social media platform, or use it for future reference. This software is ideal for educators, trainers, business professionals, content creators, and anyone who needs to create engaging, informative video content quickly and efficiently. With its easy-to-use interface, customizable settings, and powerful recording features, this software is an essential tool for anyone who wants to create high-quality screen recordings.

- Free to use
- No signup required
- No watermarks
- Record unlimited videos                    

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

Όνομα Video Screen Recorder Video Screen Recorder
ID oanhkijldnlfmahldpoincdmehpionaj
Επίσημο URL https://chromewebstore.google.com/detail/video-screen-recorder/oanhkijldnlfmahldpoincdmehpionaj
Περιγραφή Record your computer's screen with just one click!
Μέγεθος Αρχείου 71.49 KB
Αριθμός Εγκαταστάσεων 1,551
Τρέχουσα Έκδοση 4
Τελευταία Ενημέρωση 2023-03-05
Ημερομηνία Δημοσίευσης 2020-09-21
Αξιολόγηση 3.33/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Dev.machine
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/videoscreen
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "permissions": [
        "storage",
        "downloads",
        "notifications",
        "desktopCapture",
        "management"
    ],
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}