facext
Video control using face detection
facext란 무엇입니까?
facext은(는) swansonk.14에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video control using face detection"입니다.
facext 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
facext is a Google Chrome extension which pauses video streams, such as YouTube and Netflix, when your face is not in view of your computer's webcam. Additionally, you can enable emotion detection, which displays a chart with your emotions (based on your facial expressions) in real time.
확장 프로그램 기본 정보
이름 | |
ID | aplpdhagompamlenefeejdomlgpngfpg |
공식 URL | https://chrome.google.com/webstore/detail/facext/aplpdhagompamlenefeejdomlgpngfpg |
설명 | Video control using face detection |
파일 크기 | 1.7 MB |
설치 횟수 | 11 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-09-16 |
출시 날짜 | 2017-09-16 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | swansonk.14 |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "facext", "description": "Video control using face detection", "version": "1.1", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "facext.html" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |