Face touching detector
Don't touch your face !
Face touching detector là gì?
Face touching detector là một tiện ích mở rộng Chrome được phát triển bởi Deepomatic, và tính năng chính của nó là "Don't touch your face !".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Face touching detector
Tải xuống các tệp mở rộng Face touching detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Face touching detector |
ID | lfhinhnimepodbmeokpeifohokpkpmki |
URL Chính Thức | https://chromewebstore.google.com/detail/face-touching-detector/lfhinhnimepodbmeokpeifohokpkpmki |
Mô tả | Don't touch your face ! |
Kích Thước Tệp | 1.8 MB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 0.1.9 |
Cập Nhật Lần Cuối | 2020-03-25 |
Ngày Phát Hành | 2020-03-25 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Deepomatic |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://deepomatic.com |
URL Trang Trợ Giúp | https://deepomatic.com |
URL Trang Chính Sách Bảo Mật | https://deepomatic.com |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |