Auto Dark Theme for Discord

Make Discord automatically match your system's dark/light theme.

Cos'è Auto Dark Theme for Discord?

Auto Dark Theme for Discord è un'estensione di Chrome sviluppata da Zachary Yaro, e la sua funzione principale è "Make Discord automatically match your system's dark/light theme.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Auto Dark Theme for Discord

Scarica i file di estensione Auto Dark Theme for Discord 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

                        **This extension is now obsolete due to Discord adding the “Sync with computer” option under User Settings → Appearance → Theme.**

Original description:

You can set Discord to have a dark or light theme, but not to have it match your operating system dark/light theme.  This extension matches your Discord theme to your system theme.  It does not modify the theme setting in your Discord profile, so if you use it on multiple devices, it will match each device's system theme.                    

Informazioni di Base sull'Estensione

Nome Auto Dark Theme for Discord Auto Dark Theme for Discord
ID cgkdheeipiadhlejpoaemnamdjkdooao
URL Ufficiale https://chromewebstore.google.com/detail/auto-dark-theme-for-disco/cgkdheeipiadhlejpoaemnamdjkdooao
Descrizione Make Discord automatically match your system's dark/light theme.
Dimensione del File 25.21 KB
Conteggio Installazioni 75
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-13
Data di Pubblicazione 2020-09-22
Valutazione 2.00/5 Totale 2 Valutazioni
Sviluppatore Zachary Yaro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://zmyaro.com/extensions/autotheme
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Dark Theme for Discord",
    "version": "1.0",
    "description": "Make Discord automatically match your system's dark\/light theme.",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "permissions": [
        "*:\/\/discord.com\/channels\/*",
        "*:\/\/discordapp.com\/channels\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discord.com\/channels\/*",
                "*:\/\/discordapp.com\/channels\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}