facext

Video control using face detection

Wat is facext?

facext is een Chrome-extensie ontwikkeld door swansonk.14, en de belangrijkste functie is "Video control using face detection".

Download het CRX-bestand van de extensie facext

Download facext-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam facext facext
ID aplpdhagompamlenefeejdomlgpngfpg
Officiële URL https://chrome.google.com/webstore/detail/facext/aplpdhagompamlenefeejdomlgpngfpg
Beschrijving Video control using face detection
Bestandsgrootte 1.7 MB
Aantal Installaties 11
Huidige Versie 1.1
Laatst Bijgewerkt 2017-09-16
Publicatiedatum 2017-09-16
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar swansonk.14
Betalingswijze free
Ondersteunde Talen 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'"
}