facext
Video control using face detection
Qu'est-ce que facext ?
facext est une extension Chrome développée par swansonk.14, et sa fonction principale est "Video control using face detection".
Télécharger le fichier CRX de l'extension facext
Téléchargez les fichiers d'extension facext au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aplpdhagompamlenefeejdomlgpngfpg |
URL Officiel | https://chrome.google.com/webstore/detail/facext/aplpdhagompamlenefeejdomlgpngfpg |
Description | Video control using face detection |
Taille du Fichier | 1.7 MB |
Nombre d'Installations | 11 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-09-16 |
Date de Publication | 2017-09-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | swansonk.14 |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |