Face touching detector

Don't touch your face !

什么是Face touching detector?

Face touching detector是由Deepomatic开发的Chrome扩展程序,该扩展的主要功能是“Don't touch your face !”。

扩展截图

screenshot
screenshot

下载Face touching detector扩展crx文件

下载Face touching detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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'"
}