Dark Duolingo

Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.

Hvad er Dark Duolingo?

Dark Duolingo er en Chrome-udvidelse udviklet af Cory der Große, og dens hovedfunktion er "Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Dark Duolingo-udvidelses-CRX-fil

Download Dark Duolingo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This add-on will darken the Duolingo website's UI to put less strain on your eyes. This extension affects Duolingo's style only, not its functionality.

To-Do List:
    start styling Research pages                    

Grundlæggende oplysninger om udvidelsen

Navn Dark Duolingo Dark Duolingo
ID oecpphmlhglapklhnfoeffckahfmjhdl
Officiel URL https://chromewebstore.google.com/detail/dark-duolingo/oecpphmlhglapklhnfoeffckahfmjhdl
Beskrivelse Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.
Filstørrelse 35.6 KB
Antal Installationer 366
Nuværende Version 1.15
Senest Opdateret 2023-09-23
Udgivelsesdato 2022-12-18
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler Cory der Große
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://corydergrosse.github.io/
Hjælpeside-URL https://corydergrosse.github.io/
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Duolingo",
    "short_name": "Dark Duo",
    "description": "Darken Duolingo's UI to play without burning your retinas!  This extension affects Duolingo's style only, not its functionality.",
    "author": "Cory der Gro\u00dfe",
    "homepage_url": "https:\/\/corydergrosse.github.io",
    "version": "1.15",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.duolingo.com\/*"
            ],
            "css": [
                "darkDuolingo.css"
            ]
        }
    ]
}