Zendesk Dark Mode

Run Zendesk in darkmode

What is Zendesk Dark Mode?

Zendesk Dark Mode is a Chrome extension developed by nickoliw562, and its main feature is "Run Zendesk in darkmode".

Extension Screenshots

screenshot

Download Zendesk Dark Mode Extension CRX File

Download Zendesk Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will allow you to run a dark mode theme on all ZenDesk pages. Some updates to fix filters being applied to images and videos, as well as text updates for the help guide source code editor.                    

Extension Basic Information

Name Zendesk Dark Mode Zendesk Dark Mode
ID fafgdoimccmjphllalckhdkldpliolpd
Official URL https://chromewebstore.google.com/detail/zendesk-dark-mode/fafgdoimccmjphllalckhdkldpliolpd
Description Run Zendesk in darkmode
File Size 382 KB
Installation Count 473
Current Version 1.6
Last Updated 2023-10-10
Publish Date 2022-10-28
Rating 5.00/5 Total 5 Ratings
Developer nickoliw562
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zendesk Dark Mode",
    "description": "Run Zendesk in darkmode",
    "version": "1.6",
    "icons": {
        "16": "\/imgs\/Logo16.png",
        "48": "\/imgs\/Logo48.png",
        "128": "\/imgs\/Logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zendesk.com\/*"
            ],
            "css": [
                "ZDDark.css"
            ]
        }
    ]
}