Wikipedia Dark Mode

View the Wikipedia website with a dark color scheme instead of the default light scheme.

What is Wikipedia Dark Mode?

Wikipedia Dark Mode is a Chrome extension developed by Dirk Lach, and its main feature is "View the Wikipedia website with a dark color scheme instead of the default light scheme.".

Extension Screenshots

screenshot

Download Wikipedia Dark Mode Extension CRX File

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

                        This extension is useful for users who prefer a darker aesthetic, or for those who find the dark mode easier on the eyes when reading for extended periods of time. The plugin can be easily installed from the Chrome Web Store and activated with the click of a button. Once enabled, the Wikipedia website will automatically switch to a dark color scheme, providing a more immersive and comfortable reading experience.                    

Extension Basic Information

Name Wikipedia Dark Mode Wikipedia Dark Mode
ID jallfikmipepigfdkhpcpbpdeoindjme
Official URL https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme
Description View the Wikipedia website with a dark color scheme instead of the default light scheme.
File Size 83.39 KB
Installation Count 327
Current Version 0.1.2
Last Updated 2022-12-08
Publish Date 2022-12-06
Rating 4.00/5 Total 3 Ratings
Developer Dirk Lach
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.dirklach.com/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wikipedia Dark Mode",
    "version": "0.1.2",
    "description": "View the Wikipedia website with a dark color scheme instead of the default light scheme.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ]
        }
    ]
}