facext
Video control using face detection
facextคืออะไร?
facext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย swansonk.14 และคุณลักษณะหลักของมันคือ "Video control using face detection"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย facext
ดาวน์โหลดไฟล์ส่วนขยาย facext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
facext is a Google Chrome extension which pauses video streams, such as YouTube and Netflix, when your face is not in view of your computer's webcam. Additionally, you can enable emotion detection, which displays a chart with your emotions (based on your facial expressions) in real time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aplpdhagompamlenefeejdomlgpngfpg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/facext/aplpdhagompamlenefeejdomlgpngfpg |
คำอธิบาย | Video control using face detection |
ขนาดไฟล์ | 1.7 MB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-09-16 |
วันที่เผยแพร่ | 2017-09-16 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | swansonk.14 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "facext", "description": "Video control using face detection", "version": "1.1", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "facext.html" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |