Darkipedia Dark Mode for Wikipedia

Make your Wikipedia pages dark and easy on the eyes.

What is Darkipedia Dark Mode for Wikipedia?

Darkipedia Dark Mode for Wikipedia is a Chrome extension developed by Yiğitsr, and its main feature is "Make your Wikipedia pages dark and easy on the eyes.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Darkipedia Dark Mode for Wikipedia Extension CRX File

Download Darkipedia Dark Mode for Wikipedia 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 mode for wikipedia
* Easy on the eyes
* Gray-blue dark theme

What's new in v0.3
* Added border-radius to boxes and images
* Changed some colors for better readability
* Changed texts to justify aligned                    

Extension Basic Information

Name Darkipedia Dark Mode for Wikipedia Darkipedia Dark Mode for Wikipedia
ID ghgfpngolhhooggknfobjnjojdpedpag
Official URL https://chromewebstore.google.com/detail/darkipedia-dark-mode-for/ghgfpngolhhooggknfobjnjojdpedpag
Description Make your Wikipedia pages dark and easy on the eyes.
File Size 2.08 MB
Installation Count 166
Current Version 0.3
Last Updated 2024-01-28
Publish Date 2022-03-10
Rating 5.00/5 Total 4 Ratings
Developer Yiğitsr
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Darkipedia Dark Mode for Wikipedia",
    "version": "0.3",
    "description": "Make your Wikipedia pages dark and easy on the eyes.",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "18": "icons\/icon18.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikimedia.org\/*",
                "https:\/\/*.wiktionary.org\/*",
                "https:\/\/*.wikibooks.org\/*",
                "https:\/\/*.wikiquote.org\/*",
                "https:\/\/*.wikisource.org\/*",
                "https:\/\/*.wikiversity.org\/*",
                "https:\/\/*.wikinews.org\/*",
                "https:\/\/*.wikivoyage.org\/*",
                "https:\/\/*.wikispecies.org\/*"
            ],
            "css": [
                "css\/darkipedia.css"
            ]
        }
    ]
}