facext
Video control using face detection
Co to jest facext?
facext to rozszerzenie Chrome opracowane przez swansonk.14, a jego główną funkcją jest „Video control using face detection”.
Pobierz plik CRX rozszerzenia facext
Pobierz pliki rozszerzeń facext w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aplpdhagompamlenefeejdomlgpngfpg |
Oficjalny URL | https://chrome.google.com/webstore/detail/facext/aplpdhagompamlenefeejdomlgpngfpg |
Opis | Video control using face detection |
Rozmiar pliku | 1.7 MB |
Liczba instalacji | 11 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-09-16 |
Data Publikacji | 2017-09-16 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | swansonk.14 |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |