facext
Video control using face detection
什么是facext?
facext是由swansonk.14开发的Chrome扩展程序,该扩展的主要功能是“Video control using face detection”。
下载facext扩展crx文件
下载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'" } |