Webcam Video Recorder/Capture
Webcam Video Recorder or capture lets you record and download video using laptop's webcam
Cos'è Webcam Video Recorder/Capture?
Webcam Video Recorder/Capture è un'estensione di Chrome sviluppata da https://chromecrxstore.com/webcamvideorecorder, e la sua funzione principale è "Webcam Video Recorder or capture lets you record and download video using laptop's webcam".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Webcam Video Recorder/Capture
Scarica i file di estensione Webcam Video Recorder/Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | pngkcbpnnohapfoolipfmjbnpibockmp |
URL Ufficiale | https://chrome.google.com/webstore/detail/webcam-video-recordercapt/pngkcbpnnohapfoolipfmjbnpibockmp |
Descrizione | Webcam Video Recorder or capture lets you record and download video using laptop's webcam |
Dimensione del File | 5.47 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-01-21 |
Data di Pubblicazione | 2018-01-21 |
Valutazione | 3.95/5 Totale 21 Valutazioni |
Sviluppatore | https://chromecrxstore.com/webcamvideorecorder |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://chromecrxstore.com/webcamvideorecorder/ |
URL della Pagina della Politica sulla Privacy | https://chromecrxstore.com/privacy-policy |
Lingue Supportate | 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 } } |