Wikipedia: Dark Mode

Now read your favorite articles on Wikipedia in Dark Mode.

What is Wikipedia: Dark Mode?

Wikipedia: Dark Mode is a Chrome extension developed by rvkantpujari, and its main feature is "Now read your favorite articles on Wikipedia in Dark Mode.".

Extension Screenshots

screenshot
screenshot
screenshot
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

                        If you are a night owl and you want to read your articles without any kind of eye strain then this is the best chrome extension for you. 🚀

We present you an extension which will allow you to read your Wikipedia articles in Dark Mode. 💻

Now, read your favorite Wiki articles hassle-free. 👩🏻‍💻👨🏻‍💻

What's new?
🆕 Dark mode for mathematical equations.

NOTE: This chrome extension is 🆓🆓🆓!!!                    

Extension Basic Information

Name Wikipedia: Dark Mode Wikipedia: Dark Mode
ID icabgmaddjoonjencojmejcfngffikce
Official URL https://chromewebstore.google.com/detail/wikipedia-dark-mode/icabgmaddjoonjencojmejcfngffikce
Description Now read your favorite articles on Wikipedia in Dark Mode.
File Size 8.52 KB
Installation Count 4,981
Current Version 1.0.3
Last Updated 2021-09-22
Publish Date 2020-12-08
Rating 3.52/5 Total 23 Ratings
Developer rvkantpujari
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wikipedia: Dark Mode",
    "description": "Now read your favorite articles on Wikipedia in Dark Mode.",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/darkMode16.png",
        "32": "images\/darkMode32.png",
        "48": "images\/darkMode48.png",
        "128": "images\/darkMode128.png"
    }
}