STOP Touching Your Face

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

Co to jest STOP Touching Your Face?

STOP Touching Your Face to rozszerzenie Chrome opracowane przez https://www.stoptouchingyourface.tech, a jego główną funkcją jest „This extension sends you a notification when you touch your face to help prevent the spread of bacteria and viruses.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia STOP Touching Your Face

Pobierz pliki rozszerzeń STOP Touching Your Face w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa STOP Touching Your Face STOP Touching Your Face
ID mjfealeghiingkbmjohllkmboaokbcln
Oficjalny URL https://chromewebstore.google.com/detail/stop-touching-your-face/mjfealeghiingkbmjohllkmboaokbcln
Opis This extension sends you a notification when you touch your face to help prevent the spread of bacteria and viruses.
Rozmiar pliku 2.3 MB
Liczba instalacji 16
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2020-03-30
Data Publikacji 2020-03-30
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper https://www.stoptouchingyourface.tech
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.stoptouchingyourface.tech/
Obsługiwane Języki 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"
    ]
}