Webcam Video Recorder/Capture
Webcam Video Recorder or capture lets you record and download video using laptop's webcam
What is Webcam Video Recorder/Capture?
Webcam Video Recorder/Capture is a Chrome extension developed by https://chromecrxstore.com/webcamvideorecorder, and its main feature is "Webcam Video Recorder or capture lets you record and download video using laptop's webcam".
Extension Screenshots
Download Webcam Video Recorder/Capture Extension CRX File
Download Webcam Video Recorder/Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | pngkcbpnnohapfoolipfmjbnpibockmp |
Official URL | https://chrome.google.com/webstore/detail/webcam-video-recordercapt/pngkcbpnnohapfoolipfmjbnpibockmp |
Description | Webcam Video Recorder or capture lets you record and download video using laptop's webcam |
File Size | 5.47 KB |
Installation Count | 3,000 |
Current Version | 1.0 |
Last Updated | 2018-01-21 |
Publish Date | 2018-01-21 |
Rating | 3.95/5 Total 21 Ratings |
Developer | https://chromecrxstore.com/webcamvideorecorder |
[email protected] | |
Payment Type | free |
Extension Website | https://chromecrxstore.com/webcamvideorecorder/ |
Privacy Policy Page URL | https://chromecrxstore.com/privacy-policy |
Supported Languages | 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 } } |