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