DarkReddit

Dark theme for reddit

What is DarkReddit?

DarkReddit is a Chrome extension developed by manzieric, and its main feature is "Dark theme for reddit".

Extension Screenshots

screenshot

Download DarkReddit Extension CRX File

Download DarkReddit 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

                        Dark theme for browsing reddit                    

Extension Basic Information

Name DarkReddit DarkReddit
ID dbokdalmabgohpiainkccbfpobgjechg
Official URL https://chromewebstore.google.com/detail/darkreddit/dbokdalmabgohpiainkccbfpobgjechg
Description Dark theme for reddit
File Size 17.28 KB
Installation Count 11
Current Version 0.0.2
Last Updated 2016-09-12
Publish Date 2016-09-11
Rating 1.00/5 Total 1 Ratings
Developer manzieric
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DarkReddit",
    "description": "Dark theme for reddit",
    "version": "0.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/",
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}