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

Cos'è Is It Dark??

Is It Dark? è un'estensione di Chrome sviluppata da https://unit.io, e la sua funzione principale è "[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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Is It Dark?

Scarica i file di estensione Is It Dark? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Is It Dark? Is It Dark?
ID bnaobfbfbkbhciabajhebnlnaddnjmeo
URL Ufficiale https://chrome.google.com/webstore/detail/is-it-dark/bnaobfbfbkbhciabajhebnlnaddnjmeo
Descrizione [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).
Dimensione del File 271 KB
Conteggio Installazioni 189
Versione Corrente 1
Ultimo Aggiornamento 2019-12-02
Data di Pubblicazione 2019-12-02
Sviluppatore https://unit.io
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/weilu/isitdark
Lingue Supportate 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"
    }
}