Better Discord Web unofficial

Better Discord Web unofficial

Better Discord Web unofficial क्या है?

Better Discord Web unofficial mrlutotech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Better Discord Web unofficial"।

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

screenshot
screenshot
screenshot

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

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

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

                        Our Chrome Extension is specially designed to enhance your Discord experience. With this extension, you can customize your Discord experience to your personal preferences. It is based on Better Discord and offers Theme customization and in the future you can add plugins. Our extension is easy to use and will take your Discord experience to the next level. Download it now and discover how simple it is to customize your Discord experience.

credits to better discord to inspire me to make this.
https://betterdiscord.app/                    

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

नाम Better Discord Web unofficial Better Discord Web unofficial
ID gdicgodoiikpogmgoihoipfagfcnfcnc
आधिकारिक URL https://chromewebstore.google.com/detail/better-discord-web-unoffi/gdicgodoiikpogmgoihoipfagfcnfcnc
विवरण Better Discord Web unofficial
फ़ाइल का आकार 38.89 KB
स्थापना संख्या 3,262
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2023-02-04
प्रकाशन तिथि 2023-02-01
रेटिंग 3.82/5 कुल 22 रेटिंग्स
डेवलपर mrlutotech
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
सहायता पृष्ठ URL https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Discord Web unofficial",
    "short_name": "BD Web unofficial",
    "version": "1.2.1",
    "description": "Better Discord Web unofficial",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png",
        "256": "logo.png"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}