WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Dark Theme for Google Chrome

Dark Theme for Google Chrome

View on Chrome Web Store
4.7 (12 ratings)
10 new ratings
20 views
0 downloads

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

Dark Theme can switch any webpage to dark theme mode so you take care of your eyes day or night using a dark theme.
Type
Extension
Users
157 users
6
Johnycode
Published
Version 1.0.2
Manifest version
3
Updated
make_chrome_yours/accessibility
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Theme for Google Chrome",
    "version": "1.0.2",
    "description": "Dark Theme can switch any webpage to dark theme mode so you take care of your eyes day or night using a dark theme.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+N",
                "mac": "Command+N"
            }
        }
    }
}
© 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.