Face touching detector
Don't touch your face !
Face touching detector란 무엇입니까?
Face touching detector은(는) Deepomatic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Don't touch your face !"입니다.
확장 프로그램 스크린샷
Face touching detector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With the covid-19 epidemic, health authorities are advising people to avoid touching their faces. Face Touching Detector is a browser extension based on AI that uses your laptop webcam to help you become aware of the number of times you touch your face. The extension runs on the browser ensuring that no private data is sent to remote servers and to guarantee a complete protection of your privacy. It works with a low computing capacity to allow you to continue to work and to entertain yourself while forgetting its existence. But that's also why we can't guarantee 100% performance and accuracy. It should be seen more as a general indicator and it is above all an educational tool.
확장 프로그램 기본 정보
이름 | Face touching detector |
ID | lfhinhnimepodbmeokpeifohokpkpmki |
공식 URL | https://chromewebstore.google.com/detail/face-touching-detector/lfhinhnimepodbmeokpeifohokpkpmki |
설명 | Don't touch your face ! |
파일 크기 | 1.8 MB |
설치 횟수 | 23 |
현재 버전 | 0.1.9 |
최근 업데이트 | 2020-03-25 |
출시 날짜 | 2020-03-25 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | Deepomatic |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://deepomatic.com |
도움말 페이지 URL | https://deepomatic.com |
개인정보 보호 정책 페이지 URL | https://deepomatic.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "https:\/\/deepomatic.com\/", "description": "Don't touch your face !", "default_locale": "en", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } }, "options_ui": { "page": "options.html" }, "version": "0.1.9", "content_security_policy": "script-src 'self' ; object-src 'self'" } |