WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Dark Mode for Google Chrome™

Dark Mode for Google Chrome™

View on Chrome Web Store
View Dark Mode for Google Chrome™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (50 ratings)
1 new ratings
5 views
This extension has been viewed 5 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.

It is a dark mode for all the browse. It darkens all the websites you visit so you can browse without straining your eyes.
Type
Extension
Users
5,000 users
1K
freebusinessapps
View author page of freebusinessapps
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 27, 2019
Version 3.0.0
Manifest version
3
Updated
Updated on December 31, 2022
productivity/workflow
Extension Category
View on Chrome Web Store
View Dark Mode for Google 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",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "js\/main.js"
            ],
            "match_about_blank": true,
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/universal.css"
            ],
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "match_about_blank": true,
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/darkmode.freebusinessapps.net",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "offline_enabled": true,
    "options_page": "templates\/options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "short_name": "darkmode",
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "templates\/popup.html"
    }
}
© 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