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

Co to jest Is It Dark??

Is It Dark? to rozszerzenie Chrome opracowane przez https://unit.io, a jego główną funkcją jest „[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).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Is It Dark?

Pobierz pliki rozszerzeń Is It Dark? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Is It Dark? Is It Dark?
ID bnaobfbfbkbhciabajhebnlnaddnjmeo
Oficjalny URL https://chrome.google.com/webstore/detail/is-it-dark/bnaobfbfbkbhciabajhebnlnaddnjmeo
Opis [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).
Rozmiar pliku 271 KB
Liczba instalacji 189
Aktualna Wersja 1
Ostatnia Aktualizacja 2019-12-02
Data Publikacji 2019-12-02
Deweloper https://unit.io
Typ Płatności free
Strona Rozszerzenia https://github.com/weilu/isitdark
Obsługiwane Języki 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"
    }
}