Face touching detector

Don't touch your face !

Qu'est-ce que Face touching detector ?

Face touching detector est une extension Chrome développée par Deepomatic, et sa fonction principale est "Don't touch your face !".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Face touching detector

Téléchargez les fichiers d'extension Face touching detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Face touching detector Face touching detector
ID lfhinhnimepodbmeokpeifohokpkpmki
URL Officiel https://chromewebstore.google.com/detail/face-touching-detector/lfhinhnimepodbmeokpeifohokpkpmki
Description Don't touch your face !
Taille du Fichier 1.8 MB
Nombre d'Installations 23
Version Actuelle 0.1.9
Dernière Mise à Jour 2020-03-25
Date de Publication 2020-03-25
Évaluation 4.50/5 Total 4 Évaluations
Développeur Deepomatic
Type de Paiement free
Site Web de l'Extension https://deepomatic.com
URL de la Page d'Aide https://deepomatic.com
URL de la Page de Politique de Confidentialité https://deepomatic.com
Langues Prises en Charge 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'"
}