WebExtension.net
Toggle dark mode
WebExtension.net

Google Calendar Dark Mode

View on Chrome Web Store
View Google Calendar Dark Mode Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (5 ratings)
5 views
This extension has been viewed 5 times

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

Enhance Google Calendar with dark mode. Reduce eye strain with dark mode google calendar. Easy Google Calendar Dark Mode
Type
Extension
Users
3,000 users
1K
tiktokextensions
View author page of tiktokextensions
Published
Published on July 19, 2024
Version 1.0
Manifest version
3
Updated
Updated on July 20, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Google Calendar Dark Mode 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_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 3,
    "offline_enabled": true,
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "data\/content_script\/custom\/*",
                "data\/content_script\/general\/*",
                "data\/content_script\/page_context\/inject.js"
            ]
        }
    ],
    "action": {
        "default_title": "Dark Mode",
        "default_icon": {
            "16": "data\/icons\/icon-16.png",
            "32": "data\/icons\/icon-32.png",
            "64": "data\/icons\/icon-64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "css": [
                "data\/content_script\/inject.css"
            ],
            "js": [
                "data\/rules\/rules.js",
                "data\/content_script\/inject.js",
                "data\/content_script\/vendor\/tinycolor.js",
                "data\/content_script\/resources\/native.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/icon-16.png",
        "32": "data\/icons\/icon-32.png",
        "64": "data\/icons\/icon-64.png",
        "128": "data\/icons\/icon-128.png"
    }
}
© 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