Dark Duolingo

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

Wat is Dark Duolingo?

Dark Duolingo is een Chrome-extensie ontwikkeld door Cory der Große, en de belangrijkste functie is "Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dark Duolingo

Download Dark Duolingo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Dark Duolingo Dark Duolingo
ID oecpphmlhglapklhnfoeffckahfmjhdl
Officiële URL https://chromewebstore.google.com/detail/dark-duolingo/oecpphmlhglapklhnfoeffckahfmjhdl
Beschrijving Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.
Bestandsgrootte 35.6 KB
Aantal Installaties 366
Huidige Versie 1.15
Laatst Bijgewerkt 2023-09-23
Publicatiedatum 2022-12-18
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Cory der Große
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://corydergrosse.github.io/
Help Pagina-URL https://corydergrosse.github.io/
Ondersteunde Talen 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"
            ]
        }
    ]
}