Webcam Video Recorder/Capture
Webcam Video Recorder or capture lets you record and download video using laptop's webcam
Vad är Webcam Video Recorder/Capture?
Webcam Video Recorder/Capture är en Chrome-tillägg utvecklad av https://chromecrxstore.com/webcamvideorecorder, och dess huvudfunktion är "Webcam Video Recorder or capture lets you record and download video using laptop's webcam".
Tilläggsskärmbilder
Ladda ner Webcam Video Recorder/Capture-förlängningens CRX-fil
Ladda ner Webcam Video Recorder/Capture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | pngkcbpnnohapfoolipfmjbnpibockmp |
Officiell webbadress | https://chrome.google.com/webstore/detail/webcam-video-recordercapt/pngkcbpnnohapfoolipfmjbnpibockmp |
Beskrivning | Webcam Video Recorder or capture lets you record and download video using laptop's webcam |
Filstorlek | 5.47 KB |
Antal Installationer | 3,000 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-01-21 |
Publiceringsdatum | 2018-01-21 |
Betyg | 3.95/5 Totalt 21 Betyg |
Utvecklare | https://chromecrxstore.com/webcamvideorecorder |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://chromecrxstore.com/webcamvideorecorder/ |
URL till Sekretesspolicy Sidan | https://chromecrxstore.com/privacy-policy |
Stödda Språk | 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 } } |