WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Auto Dark Mode Switcher: Ultimate Night Theme

Auto Dark Mode Switcher: Ultimate Night Theme

View on Chrome Web Store
View Auto Dark Mode Switcher: Ultimate Night Theme Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
1 views
This extension has been viewed 1 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.

Smart eye protection that automatically switches to dark mode. Lightweight, fast, and works on every website.
Type
Extension
Users
44 users
1
onem***************
View author page of onem***************
Published
Published on December 1, 2025
Version 3.3.1
Manifest version
3
Updated
Updated on January 19, 2026
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Auto Dark Mode Switcher: Ultimate Night Theme 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",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "Dark Mode",
    "default_locale": "en",
    "version": "3.3.1",
    "description": "__MSG_extensionDescription__",
    "author": "Your Name",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Auto Dark Mode Switcher"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "themes.js",
                "content.js",
                "floating-button.js"
            ],
            "css": [
                "floating.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "mac": "MacCtrl+Shift+D"
            },
            "description": "Toggle Dark Mode"
        },
        "toggle_dark": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Quick toggle dark mode on\/off"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "optional_permissions": [
        "geolocation"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
© 2026 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