STOP Touching Your Face
This extension sends you a notification when you touch your face to help prevent the spread of bacteria and viruses.
STOP Touching Your Face क्या है?
STOP Touching Your Face https://www.stoptouchingyourface.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension sends you a notification when you touch your face to help prevent the spread of bacteria and viruses."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में STOP Touching Your Face एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | STOP Touching Your Face |
ID | mjfealeghiingkbmjohllkmboaokbcln |
आधिकारिक URL | https://chromewebstore.google.com/detail/stop-touching-your-face/mjfealeghiingkbmjohllkmboaokbcln |
विवरण | This extension sends you a notification when you touch your face to help prevent the spread of bacteria and viruses. |
फ़ाइल का आकार | 2.3 MB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2020-03-30 |
प्रकाशन तिथि | 2020-03-30 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.stoptouchingyourface.tech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.stoptouchingyourface.tech/ |
समर्थित भाषाएँ | 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" ] } |