Dark Duolingo

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

Cos'è Dark Duolingo?

Dark Duolingo è un'estensione di Chrome sviluppata da Cory der Große, e la sua funzione principale è "Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dark Duolingo

Scarica i file di estensione Dark Duolingo 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 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                    

Informazioni di Base sull'Estensione

Nome Dark Duolingo Dark Duolingo
ID oecpphmlhglapklhnfoeffckahfmjhdl
URL Ufficiale https://chromewebstore.google.com/detail/dark-duolingo/oecpphmlhglapklhnfoeffckahfmjhdl
Descrizione Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.
Dimensione del File 35.6 KB
Conteggio Installazioni 366
Versione Corrente 1.15
Ultimo Aggiornamento 2023-09-23
Data di Pubblicazione 2022-12-18
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Cory der Große
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://corydergrosse.github.io/
URL della Pagina di Aiuto https://corydergrosse.github.io/
Lingue Supportate 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"
            ]
        }
    ]
}