facext
Video control using face detection
ما هو facext؟
facext هو إضافة Chrome تم تطويرها بواسطة swansonk.14، والميزة الرئيسية لها هي "Video control using face detection".
تحميل ملف CRX للإضافة facext
قم بتنزيل ملفات الامتداد facext بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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'" } |