Webcam Video Recorder/Capture
Webcam Video Recorder or capture lets you record and download video using laptop's webcam
Apa itu Webcam Video Recorder/Capture?
Webcam Video Recorder/Capture adalah ekstensi Chrome yang dikembangkan oleh https://chromecrxstore.com/webcamvideorecorder, dan fitur utamanya adalah "Webcam Video Recorder or capture lets you record and download video using laptop's webcam".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Webcam Video Recorder/Capture
Unduh file ekstensi Webcam Video Recorder/Capture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | pngkcbpnnohapfoolipfmjbnpibockmp |
URL Resmi | https://chrome.google.com/webstore/detail/webcam-video-recordercapt/pngkcbpnnohapfoolipfmjbnpibockmp |
Deskripsi | Webcam Video Recorder or capture lets you record and download video using laptop's webcam |
Ukuran File | 5.47 KB |
Jumlah Instalasi | 3,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-01-21 |
Tanggal Publikasi | 2018-01-21 |
Penilaian | 3.95/5 Total 21 Penilaian |
Pengembang | https://chromecrxstore.com/webcamvideorecorder |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://chromecrxstore.com/webcamvideorecorder/ |
URL Halaman Kebijakan Privasi | https://chromecrxstore.com/privacy-policy |
Bahasa yang Didukung | 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 } } |