facext
Video control using face detection
What is facext?
facext is a Chrome extension developed by swansonk.14, and its main feature is "Video control using face detection".
Download facext Extension CRX File
Download facext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | aplpdhagompamlenefeejdomlgpngfpg |
Official URL | https://chrome.google.com/webstore/detail/facext/aplpdhagompamlenefeejdomlgpngfpg |
Description | Video control using face detection |
File Size | 1.7 MB |
Installation Count | 11 |
Current Version | 1.1 |
Last Updated | 2017-09-16 |
Publish Date | 2017-09-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | swansonk.14 |
Payment Type | free |
Supported Languages | 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'" } |