Webcam Recorder

Record WebM video from your webcam, record audio from your microphone, and optionally take screenshots.

Was ist Webcam Recorder?

Webcam Recorder ist eine Chrome-Erweiterung, die von brian.girko entwickelt wurde, und ihr Hauptmerkmal ist "Record WebM video from your webcam, record audio from your microphone, and optionally take screenshots.".

Erweiterungsscreenshots

screenshot

Webcam Recorder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Webcam Recorder-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 yet powerful webcam recorder extension with an optional audio capturing capability. The extension records your camera on-demand in WebM format. To protect user privacy, the extension does not send or receive any data from or to any server whatsoever. It works completely offline. The video files are stored in the default download directory.

Notes:
This extension does NOT add a watermark to the recordings

Highlights:
-> This extension is capable of recording video streams with audio and --> muted.
-> This extension uses a non-persistent background page
-> This extension works offline
 -> This extension uses IndexedDB storage so that it can record very long streams
 -> This extension recovers stored recordings after a browser crash
 -> This extension supports the pause and resume of recording.
-> This extension supports screenshot capturing                    

Grundlegende Informationen zur Erweiterung

Name Webcam Recorder Webcam Recorder
ID emnihidmoimigeeigckbihmejnejhohc
Offizielle URL https://chromewebstore.google.com/detail/webcam-recorder/emnihidmoimigeeigckbihmejnejhohc
Beschreibung Record WebM video from your webcam, record audio from your microphone, and optionally take screenshots.
Dateigröße 60.58 KB
Installationsanzahl 4,727
Aktuelle Version 0.2.0
Letztes Update 2021-10-27
Veröffentlichungsdatum 2020-04-20
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler brian.girko
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://add0n.com/webcam-recorder.html
Hilfeseite URL https://add0n.com/webcam-recorder.html
Unterstützte Sprachen de,en,fr,nl,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0",
    "name": "Webcam Recorder",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "contextMenus",
        "downloads",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "homepage_url": "https:\/\/add0n.com\/webcam-recorder.html",
    "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",
        "256": "data\/icons\/256.png"
    },
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}