facext
Video control using face detection
Was ist facext?
facext ist eine Chrome-Erweiterung, die von swansonk.14 entwickelt wurde, und ihr Hauptmerkmal ist "Video control using face detection".
facext-Erweiterungs-CRX-Datei herunterladen
Laden Sie facext-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | aplpdhagompamlenefeejdomlgpngfpg |
Offizielle URL | https://chrome.google.com/webstore/detail/facext/aplpdhagompamlenefeejdomlgpngfpg |
Beschreibung | Video control using face detection |
Dateigröße | 1.7 MB |
Installationsanzahl | 11 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-09-16 |
Veröffentlichungsdatum | 2017-09-16 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | swansonk.14 |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |