facext

Video control using face detection

Что такое facext?

facext - это расширение Chrome, разработанное swansonk.14, и его основная функция - "Video control using face detection".

Скачать файл CRX расширения facext

Скачайте файлы расширений 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'"
}