Discord Theme Customizer

Custom discord theme

Discord Theme Customizer क्या है?

Discord Theme Customizer ThaiNph द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom discord theme"।

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

screenshot

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

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

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

                        This extension append css to customize Discord web app UI. User can select themes & app icons which provide by extension.                    

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

नाम Discord Theme Customizer Discord Theme Customizer
ID kmfkebaealpkmmdgkkfdjejjoimdoida
आधिकारिक URL https://chromewebstore.google.com/detail/discord-theme-customizer/kmfkebaealpkmmdgkkfdjejjoimdoida
विवरण Custom discord theme
फ़ाइल का आकार 177 KB
स्थापना संख्या 136
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-11-29
प्रकाशन तिथि 2023-11-22
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर ThaiNph
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Theme Customizer",
    "description": "Custom discord theme",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discord.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "setting.html",
    "action": {
        "default_popup": "setting.html",
        "default_icon": {
            "16": "images\/icon.png",
            "48": "images\/icon.png"
        }
    }
}