DMOJ Dark Theme
Late Night Coding Sessions Hurt Your Eyes
Cos'è DMOJ Dark Theme?
DMOJ Dark Theme è un'estensione di Chrome sviluppata da David Li, e la sua funzione principale è "Late Night Coding Sessions Hurt Your Eyes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DMOJ Dark Theme
Scarica i file di estensione DMOJ Dark Theme 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
                        CSS "borrowed" from:  https://dmoj.ca/user/KevinLu
Use This to set your DMOJ site to dark automatically when you visit the site! 
Also install for that thicc perfect CCC senior score
Upcoming Features:
Automatically Switch Between Night/Day Mode
Custom Colours
Changelog:
V 0.1.1 - Made Links Within Content Body Orange                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | ngfbccjbgpahkoicflnagejcobebddaf | 
| URL Ufficiale | https://chromewebstore.google.com/detail/dmoj-dark-theme/ngfbccjbgpahkoicflnagejcobebddaf | 
| Descrizione | Late Night Coding Sessions Hurt Your Eyes | 
| Dimensione del File | 33.37 KB | 
| Conteggio Installazioni | 15 | 
| Versione Corrente | 0.1.1 | 
| Ultimo Aggiornamento | 2018-09-19 | 
| Data di Pubblicazione | 2018-09-18 | 
| Valutazione | 3.00/5 Totale 1 Valutazioni | 
| Sviluppatore | David Li | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DMOJ Dark Theme",
    "version": "0.1.1",
    "description": "Late Night Coding Sessions Hurt Your Eyes",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/dmoj.ca\/*"
            ]
        }
    ]
}  |  |