Reddit Auto Dark Mode

Make reddit respect system theme

What is Reddit Auto Dark Mode?

Reddit Auto Dark Mode is a Chrome extension developed by jtucker2, and its main feature is "Make reddit respect system theme".

Extension Screenshots

screenshot

Download Reddit Auto Dark Mode Extension CRX File

Download Reddit Auto Dark Mode 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

                        Currently Reddit does not have an option to sync it's theme to your system theme. This extension automatically changes Reddit between light and dark mode depending on your system theme.                    

Extension Basic Information

Name Reddit Auto Dark Mode Reddit Auto Dark Mode
ID ejbbhcpkjnloojhfihmbfgkcjiaoecdg
Official URL https://chromewebstore.google.com/detail/reddit-auto-dark-mode/ejbbhcpkjnloojhfihmbfgkcjiaoecdg
Description Make reddit respect system theme
File Size 25.14 KB
Installation Count 490
Current Version 1.0
Last Updated 2022-06-03
Publish Date 2022-06-03
Rating 4.44/5 Total 16 Ratings
Developer jtucker2
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Auto Dark Mode",
    "description": "Make reddit respect system theme",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "darkMode.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}