WebExtension.net
WebExtension.net

Dark Theme - Dark Reader for Web

View on Chrome Web Store
View Dark Theme - Dark Reader for Web Chrome Extension on Chrome Web Store
4.7 (373 ratings)

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

Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.
Type
Extension
Users
1,000,000 users
Dark Theme Web
View author page of Dark Theme Web
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 25, 2023
Version 1.0.3
Manifest version
3
Updated
Updated on February 27, 2024
View on Chrome Web Store
View Dark Theme - Dark Reader for Web Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

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": "helpers\/images\/32.png",
        "64": "helpers\/images\/64.png",
        "128": "helpers\/images\/128.png"
    },
    "background": {
        "service_worker": "scripts\/worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "\/scripts\/content-helpers\/insert.js"
            ],
            "css": [
                "helpers\/styles\/insert.css"
            ],
            "match_about_blank": true,
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "helpers\/icon-helpers\/dark\/128.png"
    },
    "options_page": "html\/settings.html",
    "manifest_version": 3,
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "1.0.3"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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