WebExtension.net
WebExtension.net

Dark Mode for Web

View on Chrome Web Store
View Dark Mode for Web Chrome Extension on Chrome Web Store
4.2 (439 ratings)

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

Turn on Dark Mode for Web Page. Take care of your eyes, and use a dark theme for the night and daily browsing.
Type
Extension
Users
2,000,000 users
Wayne Price
View author page of Wayne Price
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 7, 2021
Version 1.0.7
Manifest version
3
Updated
Updated on April 11, 2024
View on Chrome Web Store
View Dark Mode 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__",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "version": "1.0.7",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_titleDefault__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png",
            "512": "icons\/512.png"
        }
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
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