facext

Video control using face detection

facext क्या है?

facext swansonk.14 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video control using face detection"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में facext एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम 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'"
}