STOP Touching Your Face

This extension sends you a notification when you touch your face to help prevent the spread of bacteria and viruses.

¿Qué es STOP Touching Your Face?

STOP Touching Your Face es una extensión de Chrome desarrollada por https://www.stoptouchingyourface.tech, y su función principal es "This extension sends you a notification when you touch your face to help prevent the spread of bacteria and viruses.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión STOP Touching Your Face

Descarga archivos de extensión STOP Touching Your Face en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        STOP Touching Your Face is an open-source Chrome extension that uses your webcam and tensorflow.js to send you a notification when you touch your face. In doing so, your webcam images are processed locally on your machine and at no time is any information collected or sent externally.

🚀 Features:
     🤚 Image classifier to detect if a user is touching their face
     🔔 Snooze notification allows you to set a minimum time required before the app can send another notification when touching your face
     🔋 Low power mode activates when the webcam is off allowing for notifications to be sent out periodically

🚀 What's Next:
    ⭐️ Improved image classifier
    ⭐️ Apple Watch version of STOP Touching Your Face                    

Información Básica de la Extensión

Nombre STOP Touching Your Face STOP Touching Your Face
ID mjfealeghiingkbmjohllkmboaokbcln
URL Oficial https://chromewebstore.google.com/detail/stop-touching-your-face/mjfealeghiingkbmjohllkmboaokbcln
Descripción This extension sends you a notification when you touch your face to help prevent the spread of bacteria and viruses.
Tamaño del Archivo 2.3 MB
Cantidad de Instalaciones 16
Versión Actual 1.1.1
Última Actualización 2020-03-30
Fecha de Publicación 2020-03-30
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador https://www.stoptouchingyourface.tech
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.stoptouchingyourface.tech/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "STOP Touching Your Face",
    "description": "This extension sends you a notification when you touch your face to help prevent the spread of bacteria and viruses.",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "new-logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "new-logo.png",
        "48": "new-logo.png",
        "128": "new-logo.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}