Duolingo Dark Mode

Dark mode for Duolingo

Was ist Duolingo Dark Mode?

Duolingo Dark Mode ist eine Chrome-Erweiterung, die von lazypelt entwickelt wurde, und ihr Hauptmerkmal ist "Dark mode for Duolingo".

Erweiterungsscreenshots

screenshot
screenshot

Duolingo Dark Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Duolingo Dark Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ** DEPRECATED - Duolingo now has an official dark mode using the same color scheme available in the settings. This extension is no longer updated **

This is a simple extension bringing the Duolingo mobile apps' dark mode to the web version.
Many other available options to enforce a dark mode on the website mess up certain designs or characters, or aren't fully compatible with all elements on Duolingo. This project is meant to solve this problem by styling all parts of the Duolingo website directly.                    

Grundlegende Informationen zur Erweiterung

Name Duolingo Dark Mode Duolingo Dark Mode
ID hdonifknoaabcipnicooajpencgllcaf
Offizielle URL https://chromewebstore.google.com/detail/duolingo-dark-mode/hdonifknoaabcipnicooajpencgllcaf
Beschreibung Dark mode for Duolingo
Dateigröße 7.11 KB
Installationsanzahl 10,176
Aktuelle Version 1.2
Letztes Update 2023-10-05
Veröffentlichungsdatum 2022-11-05
Bewertung 4.56/5 Insgesamt 43 Bewertungen
Entwickler lazypelt
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Duolingo Dark Mode",
    "version": "1.2",
    "description": "Dark mode for Duolingo",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.duolingo.com\/*",
                "https:\/\/www-internal.duolingo.com\/*",
                "https:\/\/join.duolingo.com\/*",
                "https:\/\/preview.duolingo.com\/*"
            ]
        }
    ]
}