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.                    

拡張機能の基本情報

名前 facext facext
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'"
}