WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Night Mode for Google Sheets

Night Mode for Google Sheets

View on Chrome Web Store
View Night Mode for Google Sheets Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Feb 25, 2026.

Dark Mode for Google Sheets
Type
Extension
Users
0 users
tobotcomfi
View author page of tobotcomfi
Published
Published on February 21, 2026
Version 1.1.4
Manifest version
3
Updated
Updated on February 23, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Night Mode for Google Sheets 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": "Night Mode for Google Sheets",
    "version": "1.1.4",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzUH7xUdAqEpn2f9xSyh56TOpJ4eunZKAVCo7aet1Hk9i5Nu1gIG27NnQ2qRXt5RLEO4AqIk7vBhhOqgBY4JnA6jR+A\/rGtRBtYdqj0NQi3Cfvy2SWZKvMKrEW6hF4anAe0cKrgAJQ6J7mmxb1EtoYmjPxSRkpWc67YenrVDYI+bmqM0tyyfgLBZmh1GnOd2Hkgzv7BO55PkH1Z3Uy4M3t+A35pbDCZeLIpUsNUpIdbo93cl3o\/NdVnb134Q41dcv+j5aKt1r9zBm3IezuAHr16KiWyimpIJ3Sh3KhM2e2HeW+TCiGS0rF8Wf3+KHDSj1ZWh9Bov\/ZEAbBxjefLYgwQIDAQAB",
    "description": "Dark Mode for Google Sheets",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/spreadsheets\/*",
        "https:\/\/*.onlineapp.pro\/*",
        "https:\/\/*.onlineapp.live\/*",
        "https:\/\/*.onlineapp.stream\/*",
        "https:\/\/*.appbox.space\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/google.com\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/workspace.google.com\/*"
            ],
            "js": [
                "wall.2.1.2.js",
                "js\/config.js",
                "js\/theme-engine.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.onlineapp.pro\/*",
            "https:\/\/*.onlineapp.live\/*",
            "https:\/\/*.onlineapp.stream\/*",
            "https:\/\/*.appbox.space\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/theme.css",
                "wall.2.1.2.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/*.appbox.space\/*"
            ]
        }
    ]
}
© 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