DMOJ Dark Theme
Late Night Coding Sessions Hurt Your Eyes
What is DMOJ Dark Theme?
DMOJ Dark Theme is a Chrome extension developed by David Li, and its main feature is "Late Night Coding Sessions Hurt Your Eyes".
Extension Screenshots
Download DMOJ Dark Theme Extension CRX File
Download DMOJ Dark Theme 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
                        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                     Extension Basic Information
| Name |   |  
| ID | ngfbccjbgpahkoicflnagejcobebddaf | 
| Official URL | https://chromewebstore.google.com/detail/dmoj-dark-theme/ngfbccjbgpahkoicflnagejcobebddaf | 
| Description | Late Night Coding Sessions Hurt Your Eyes | 
| File Size | 33.37 KB | 
| Installation Count | 15 | 
| Current Version | 0.1.1 | 
| Last Updated | 2018-09-19 | 
| Publish Date | 2018-09-18 | 
| Rating | 3.00/5 Total 1 Ratings | 
| Developer | David Li | 
| Payment Type | free | 
| Supported Languages | 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\/*"
            ]
        }
    ]
}  |  |