facext
Video control using face detection
Vad är facext?
facext är en Chrome-tillägg utvecklad av swansonk.14, och dess huvudfunktion är "Video control using face detection".
Ladda ner facext-förlängningens CRX-fil
Ladda ner facext-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | aplpdhagompamlenefeejdomlgpngfpg |
Officiell webbadress | https://chrome.google.com/webstore/detail/facext/aplpdhagompamlenefeejdomlgpngfpg |
Beskrivning | Video control using face detection |
Filstorlek | 1.7 MB |
Antal Installationer | 11 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-09-16 |
Publiceringsdatum | 2017-09-16 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | swansonk.14 |
Betalningssätt | free |
Stödda Språk | 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'" } |