Auto Dark Theme for Discord

Make Discord automatically match your system's dark/light theme.

Auto Dark Theme for Discord क्या है?

Auto Dark Theme for Discord Zachary Yaro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Discord automatically match your system's dark/light theme."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Dark Theme for Discord एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **This extension is now obsolete due to Discord adding the “Sync with computer” option under User Settings → Appearance → Theme.**

Original description:

You can set Discord to have a dark or light theme, but not to have it match your operating system dark/light theme.  This extension matches your Discord theme to your system theme.  It does not modify the theme setting in your Discord profile, so if you use it on multiple devices, it will match each device's system theme.                    

एक्सटेंशन की मूल जानकारी

नाम Auto Dark Theme for Discord Auto Dark Theme for Discord
ID cgkdheeipiadhlejpoaemnamdjkdooao
आधिकारिक URL https://chromewebstore.google.com/detail/auto-dark-theme-for-disco/cgkdheeipiadhlejpoaemnamdjkdooao
विवरण Make Discord automatically match your system's dark/light theme.
फ़ाइल का आकार 25.21 KB
स्थापना संख्या 75
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-06-13
प्रकाशन तिथि 2020-09-22
रेटिंग 2.00/5 कुल 2 रेटिंग्स
डेवलपर Zachary Yaro
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://zmyaro.com/extensions/autotheme
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Dark Theme for Discord",
    "version": "1.0",
    "description": "Make Discord automatically match your system's dark\/light theme.",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "permissions": [
        "*:\/\/discord.com\/channels\/*",
        "*:\/\/discordapp.com\/channels\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discord.com\/channels\/*",
                "*:\/\/discordapp.com\/channels\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}