Face touching detector

Don't touch your face !

Face touching detector क्या है?

Face touching detector Deepomatic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don't touch your face !"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Face touching detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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