Webcam Recorder
Record WebM video from your webcam, record audio from your microphone, and optionally take screenshots.
Webcam Recorder란 무엇입니까?
Webcam Recorder은(는) brian.girko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record WebM video from your webcam, record audio from your microphone, and optionally take screenshots."입니다.
확장 프로그램 스크린샷
Webcam Recorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple yet powerful webcam recorder extension with an optional audio capturing capability. The extension records your camera on-demand in WebM format. To protect user privacy, the extension does not send or receive any data from or to any server whatsoever. It works completely offline. The video files are stored in the default download directory. Notes: This extension does NOT add a watermark to the recordings Highlights: -> This extension is capable of recording video streams with audio and --> muted. -> This extension uses a non-persistent background page -> This extension works offline -> This extension uses IndexedDB storage so that it can record very long streams -> This extension recovers stored recordings after a browser crash -> This extension supports the pause and resume of recording. -> This extension supports screenshot capturing
확장 프로그램 기본 정보
이름 | Webcam Recorder |
ID | emnihidmoimigeeigckbihmejnejhohc |
공식 URL | https://chromewebstore.google.com/detail/webcam-recorder/emnihidmoimigeeigckbihmejnejhohc |
설명 | Record WebM video from your webcam, record audio from your microphone, and optionally take screenshots. |
파일 크기 | 60.58 KB |
설치 횟수 | 4,727 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2021-10-27 |
출시 날짜 | 2020-04-20 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | brian.girko |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://add0n.com/webcam-recorder.html |
도움말 페이지 URL | https://add0n.com/webcam-recorder.html |
지원되는 언어 | de,en,fr,nl,it,pt-BR,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.0", "name": "Webcam Recorder", "description": "__MSG_description__", "default_locale": "en", "offline_enabled": true, "permissions": [ "storage", "contextMenus", "downloads", "unlimitedStorage" ], "background": { "service_worker": "worker.js" }, "action": [], "homepage_url": "https:\/\/add0n.com\/webcam-recorder.html", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "commands": { "_execute_action": { "description": "Press the action button" } } } |