Foca

Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.

ما هو Foca؟

Foca هو إضافة Chrome تم تطويرها بواسطة mylab001، والميزة الرئيسية لها هي "Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Foca

قم بتنزيل ملفات الامتداد Foca بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Privacy note: None of your camera data ever leaves your computer. All image processing happens directly on your computer. Foca absolutely does not collect any of this data.


Foca increases your active learning through real-time feedback using advanced face recognition and computer vision algorithms. Foca's LearnTrack feature automatically suggests key points in the video that you should review, because you either seemed confused, excited, or surprised during these times. Foca's AutoSpeed feature automatically controls the playback speed of the video based on how attentive and focused you are. 

With Foca you simply get maximum learning in minimum time! Welcome to your enhanced online learning experience.                    

معلومات أساسية عن التمديد

الاسم Foca Foca
ID bjmffhlngkamgfobigebohiigecgkkjb
عنوان URL الرسمي https://chromewebstore.google.com/detail/foca/bjmffhlngkamgfobigebohiigecgkkjb
الوصف Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.
حجم الملف 270 KB
عدد التثبيتات 31
النسخة الحالية 2.0.0
آخر تحديث 2023-10-04
تاريخ النشر 2019-06-21
تقييم 5.00/5 مجموع تقييمات 2
المطور mylab001
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://mylabathula.com/foca.html
عنوان صفحة المساعدة http://mylabathula.com/foca.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Foca",
    "short_name": "foca",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Foca uses your computer's webcam to monitor your facial expressions and help you stay more focused while learning online.",
    "homepage_url": "http:\/\/mylabathula.com\/foca.html",
    "icons": {
        "16": "icons\/foca16.png",
        "48": "icons\/foca48.png",
        "128": "icons\/foca128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "management"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/unpkg.com; object-src 'self'",
    "options_page": "settings.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/foca19.png",
            "38": "icons\/foca38.png",
            "48": "icons\/foca48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.css",
        "shadow.css"
    ]
}