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 |
官方網址 | 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'" } |