Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

Cos'è Dim the Internet - Turn down the brightness.?

Dim the Internet - Turn down the brightness. è un'estensione di Chrome sviluppata da Agency Enterprise, e la sua funzione principale è "Simply drag a slider to dim every single website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dim the Internet - Turn down the brightness.

Scarica i file di estensione Dim the Internet - Turn down the brightness. 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

                        Simply drag a slider to dim every single website. 

Sometimes websites don't support dark mode, so just turn down the brightness.

Made with ❤️ by ae.studio
Same Day Skunkworks Division                    

Informazioni di Base sull'Estensione

Nome Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
URL Ufficiale https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
Descrizione Simply drag a slider to dim every single website.
Dimensione del File 7.41 KB
Conteggio Installazioni 56
Versione Corrente 1.0
Ultimo Aggiornamento 2022-03-18
Data di Pubblicazione 2022-03-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Agency Enterprise
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ae.studio/same-day-skunkworks
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dim the Internet - Turn down the brightness.",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Simply drag a slider to dim every single website.",
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}