WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Salesforce Dark Theme

Salesforce Dark Theme

View on Chrome Web Store
4.4 (35 ratings)
1 new ratings
0 views
0 downloads

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

Experience Salesforce ecosystem in dark mode!
Type
Extension
Users
20,000 users
10K
salesforceblue
Published
Version 1.1.8
Manifest version
3
Updated
make_chrome_yours/functionality
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Dark Theme",
    "manifest_version": 3,
    "version": "1.1.8",
    "description": "Experience Salesforce ecosystem in dark mode!",
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/salesforceblue.com\/salesforce-dark-theme",
    "action": {
        "default_icon": {
            "16": "icons\/logo16.png",
            "24": "icons\/logo24.png",
            "32": "icons\/logo32.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/www.lightningdesignsystem.com\/*",
                "https:\/\/*.salesforce-setup.com\/*"
            ],
            "js": [
                "jquery.js",
                "mymain.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/*.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}
© 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.