Dark Theme for Reddit

Simple flat dark grey theme for Reddit..

What is Dark Theme for Reddit?

Dark Theme for Reddit is a Chrome extension developed by emano.waldeck, and its main feature is "Simple flat dark grey theme for Reddit..".

Extension Screenshots

screenshot

Download Dark Theme for Reddit Extension CRX File

Download Dark Theme for Reddit 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

                        A simple smooth dark theme for Reddit. This theme can be toggled on and off from the toolbar button. When the extension is enabled, reddit.com is displayed in dark theme. This extension does not have any options at the moment. Just a toolbar button to get enabled or disabled.                    

Extension Basic Information

Name Dark Theme for Reddit Dark Theme for Reddit
ID hlhoffhnpiiamppijcbelojhpnhpjdcg
Official URL https://chromewebstore.google.com/detail/dark-theme-for-reddit/hlhoffhnpiiamppijcbelojhpnhpjdcg
Description Simple flat dark grey theme for Reddit..
File Size 79.38 KB
Installation Count 2,676
Current Version 0.1.0
Last Updated 2018-06-07
Publish Date 2018-06-07
Rating 4.22/5 Total 9 Ratings
Developer emano.waldeck
Email [email protected]
Payment Type free
Extension Website http://add0n.com/dark-theme.html?from=reddit
Help Page URL http://add0n.com/dark-theme.html?from=reddit
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.0",
    "name": "Dark Theme for Reddit",
    "description": "Simple flat dark grey theme for Reddit..",
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "data\/themes\/*.css"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "http:\/\/add0n.com\/dark-theme.html?from=reddit",
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    }
}