Reddit Auto Dark Mode

Make reddit respect system theme

Cos'è Reddit Auto Dark Mode?

Reddit Auto Dark Mode è un'estensione di Chrome sviluppata da jtucker2, e la sua funzione principale è "Make reddit respect system theme".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit Auto Dark Mode

Scarica i file di estensione Reddit Auto Dark Mode 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

                        Currently Reddit does not have an option to sync it's theme to your system theme. This extension automatically changes Reddit between light and dark mode depending on your system theme.                    

Informazioni di Base sull'Estensione

Nome Reddit Auto Dark Mode Reddit Auto Dark Mode
ID ejbbhcpkjnloojhfihmbfgkcjiaoecdg
URL Ufficiale https://chromewebstore.google.com/detail/reddit-auto-dark-mode/ejbbhcpkjnloojhfihmbfgkcjiaoecdg
Descrizione Make reddit respect system theme
Dimensione del File 25.14 KB
Conteggio Installazioni 490
Versione Corrente 1.0
Ultimo Aggiornamento 2022-06-03
Data di Pubblicazione 2022-06-03
Valutazione 4.44/5 Totale 16 Valutazioni
Sviluppatore jtucker2
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Auto Dark Mode",
    "description": "Make reddit respect system theme",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "darkMode.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}