Duolingo Dark Mode

Dark mode for Duolingo

What is Duolingo Dark Mode?

Duolingo Dark Mode is a Chrome extension developed by lazypelt, and its main feature is "Dark mode for Duolingo".

Extension Screenshots

screenshot
screenshot

Download Duolingo Dark Mode Extension CRX File

Download Duolingo Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Duolingo Dark Mode Duolingo Dark Mode
ID hdonifknoaabcipnicooajpencgllcaf
Official URL https://chromewebstore.google.com/detail/duolingo-dark-mode/hdonifknoaabcipnicooajpencgllcaf
Description Dark mode for Duolingo
File Size 7.11 KB
Installation Count 10,176
Current Version 1.2
Last Updated 2023-10-05
Publish Date 2022-11-05
Rating 4.56/5 Total 43 Ratings
Developer lazypelt
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}