Webcam Video Recorder/Capture
Webcam Video Recorder or capture lets you record and download video using laptop's webcam
Wat is Webcam Video Recorder/Capture?
Webcam Video Recorder/Capture is een Chrome-extensie ontwikkeld door https://chromecrxstore.com/webcamvideorecorder, en de belangrijkste functie is "Webcam Video Recorder or capture lets you record and download video using laptop's webcam".
Extensie Screenshots
Download het CRX-bestand van de extensie Webcam Video Recorder/Capture
Download Webcam Video Recorder/Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Webcam Video Recorder is a very simple tool to record your HD videos (depends on your PC camera) and save and download them to your hard disk instantly in WebM format which you can play in browsers such as Chrome, Firefox or any other modern browser which supports HTML5. You can also convert WebM files to video format of your choice using various free to use online tools. One more thing, you don't need to register to use this extension!
Basisinformatie over de Extensie
Naam | |
ID | pngkcbpnnohapfoolipfmjbnpibockmp |
Officiële URL | https://chrome.google.com/webstore/detail/webcam-video-recordercapt/pngkcbpnnohapfoolipfmjbnpibockmp |
Beschrijving | Webcam Video Recorder or capture lets you record and download video using laptop's webcam |
Bestandsgrootte | 5.47 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-01-21 |
Publicatiedatum | 2018-01-21 |
Beoordeling | 3.95/5 Totaal 21 Beoordelingen |
Ontwikkelaar | https://chromecrxstore.com/webcamvideorecorder |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://chromecrxstore.com/webcamvideorecorder/ |
URL van de Privacybeleid Pagina | https://chromecrxstore.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webcam Video Recorder\/Capture", "version": "1.0", "description": "Webcam Video Recorder or capture lets you record and download video using laptop's webcam", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/chromecrxstore.com\/webcamvideorecorder\/", "browser_action": { "default_icon": "icon.png", "default_title": "Webcam Video Recorder-Capture" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |