WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Best Dark Reader for Chrome

Best Dark Reader for Chrome

View on Chrome Web Store
View Best Dark Reader for Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (2 ratings)
21 views
This extension has been viewed 21 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

✨ Best Dark Reader for Chrome: dark mode on any site with one click. Simple and effective. 🌙
Type
Extension
Users
42 users
1
TheBestChromeExtensions
View author page of TheBestChromeExtensions
Published
Published on August 23, 2024
Version 0.0.2
Manifest version
3
Updated
Updated on June 2, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Best Dark Reader for Chrome Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "assets\/dark48light.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "48": "assets\/dark48dark.png",
        "128": "assets\/dark128dark.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top