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によって開発されたChromeの拡張機能で、その主な機能は「This extension sends you a notification when you touch your face to help prevent the spread of bacteria and viruses.」です。
拡張機能のスクリーンショット
STOP Touching Your Face拡張機能のCRXファイルをダウンロード
STOP Touching Your Face拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |