Darker Discord Theme

When clicked, it changes discord into a 'light out' theme similar to twitter

What is Darker Discord Theme?

Darker Discord Theme is a Chrome extension developed by DevStoreMaker, and its main feature is "When clicked, it changes discord into a 'light out' theme similar to twitter".

Extension Screenshots

screenshot
screenshot

Download Darker Discord Theme Extension CRX File

Download Darker Discord 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

                        Darker Discord Theme is exactly what it claims to be, an extension that when clicked, will turn discord dark, into an even darker discord, which is similar to twitter's "lights out" theme.                    

Extension Basic Information

Name Darker Discord Theme Darker Discord Theme
ID ghpfgannonidbjlgnooidbjaekginfam
Official URL https://chrome.google.com/webstore/detail/darker-discord-theme/ghpfgannonidbjlgnooidbjaekginfam
Description When clicked, it changes discord into a 'light out' theme similar to twitter
File Size 202 KB
Installation Count 504
Current Version 1.0
Last Updated 2019-10-06
Publish Date 2019-10-06
Rating 2.67/5 Total 12 Ratings
Developer DevStoreMaker
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Darker Discord Theme",
    "version": "1.0",
    "description": "When clicked, it changes discord into a 'light out' theme similar to twitter",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/discordapp.com\/*"
    ],
    "browser_action": {
        "default_icon": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discordapp.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "betterDiscord.css"
    ]
}