Face touching detector

Don't touch your face !

Cos'è Face touching detector?

Face touching detector è un'estensione di Chrome sviluppata da Deepomatic, e la sua funzione principale è "Don't touch your face !".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Face touching detector

Scarica i file di estensione Face touching detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Face touching detector Face touching detector
ID lfhinhnimepodbmeokpeifohokpkpmki
URL Ufficiale https://chromewebstore.google.com/detail/face-touching-detector/lfhinhnimepodbmeokpeifohokpkpmki
Descrizione Don't touch your face !
Dimensione del File 1.8 MB
Conteggio Installazioni 23
Versione Corrente 0.1.9
Ultimo Aggiornamento 2020-03-25
Data di Pubblicazione 2020-03-25
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Deepomatic
Tipo di Pagamento free
Sito Web dell'Estensione https://deepomatic.com
URL della Pagina di Aiuto https://deepomatic.com
URL della Pagina della Politica sulla Privacy https://deepomatic.com
Lingue Supportate 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'"
}