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).

Что такое Is It Dark??

Is It Dark? - это расширение Chrome, разработанное https://unit.io, и его основная функция - "[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).".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Is It Dark?

Скачайте файлы расширений Is It Dark? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        [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.                    

Основная информация о расширении

Название Is It Dark? Is It Dark?
ID bnaobfbfbkbhciabajhebnlnaddnjmeo
Официальный URL https://chrome.google.com/webstore/detail/is-it-dark/bnaobfbfbkbhciabajhebnlnaddnjmeo
Описание [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).
Размер файла 271 KB
Количество установок 189
Текущая Версия 1
Последнее Обновление 2019-12-02
Дата публикации 2019-12-02
Разработчик https://unit.io
Тип оплаты free
Официальный сайт расширения https://github.com/weilu/isitdark
Поддерживаемые языки 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"
    }
}