WebExtension.net
Toggle dark mode
WebExtension.net

Dark Mode - Dark Reader for Сhrome

View on Chrome Web Store
View Dark Mode - Dark Reader for Сhrome Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (2,565 ratings)
1 new ratings
15 views
This extension has been viewed 15 times

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

Dark Mode a classic dark theme for every website. Switch website to dark reader and for night and daily browsing.
Type
Extension
Users
8,000,000 users
Website darktheme.org
Web Product Inc.
View author page of Web Product Inc.
Published
Published on April 14, 2019
Version 1.4.13
Manifest version
3
Updated
Updated on September 3, 2024
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Dark Mode - Dark Reader for Сhrome 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_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "\/scripts\/content\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "match_about_blank": true,
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "assets\/icons\/dark\/128.png"
    },
    "options_page": "\u0441omponents\/options.html",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "1.4.13"
}
© 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