Face touching detector

Don't touch your face !

Face touching detectorคืออะไร?

Face touching detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Deepomatic และคุณลักษณะหลักของมันคือ "Don't touch your face !"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Face touching detector

ดาวน์โหลดไฟล์ส่วนขยาย Face touching detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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