Is It Dark?

[For Dafang Hacks Camera Page] Detect if it's dark using image analysis and if so turn on night mode (IR Led on and IR Cut off).

What is Is It Dark??

Is It Dark? is a Chrome extension developed by https://unit.io, and its main feature is "[For Dafang Hacks Camera Page] Detect if it's dark using image analysis and if so turn on night mode (IR Led on and IR Cut off).".

Extension Screenshots

screenshot

Download Is It Dark? Extension CRX File

Download Is It Dark? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        [For Dafang Hacks Camera Page] Detect if it's dark using image analysis and if so turn on night mode (IR Led on and IR Cut off). This is a fix for auto night mode not working on Wyze v2 (see https://github.com/openipcamera/openipc-firmware/issues/96). The darkness threshold is set in the script. If it doesn't work for you feel free to leave a comment here or file a github issue at https://github.com/weilu/isitdark. I can make it configurable on the extension UI.                    

Extension Basic Information

Name Is It Dark? Is It Dark?
ID bnaobfbfbkbhciabajhebnlnaddnjmeo
Official URL https://chrome.google.com/webstore/detail/is-it-dark/bnaobfbfbkbhciabajhebnlnaddnjmeo
Description [For Dafang Hacks Camera Page] Detect if it's dark using image analysis and if so turn on night mode (IR Led on and IR Cut off).
File Size 271 KB
Installation Count 189
Current Version 1
Last Updated 2019-12-02
Publish Date 2019-12-02
Developer https://unit.io
Payment Type free
Extension Website https://github.com/weilu/isitdark
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Is It Dark?",
    "description": "[For Dafang Hacks Camera Page] Detect if it's dark using image analysis and if so turn on night mode (IR Led on and IR Cut off).",
    "version": "1",
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/isitdark_16.png",
        "32": "images\/isitdark_32.png",
        "48": "images\/isitdark_48.png",
        "128": "images\/isitdark_128.png"
    }
}