Discord Bot Client

This extension allows you to use https://discordbotclient.jtmaveryk.repl.co

Discord Bot Client क्या है?

Discord Bot Client matt-jones द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to use https://discordbotclient.jtmaveryk.repl.co"।

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

screenshot

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

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

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

                        [NOTE]: In order to view the memberlist and more information, make sure all special intents are enabled.

This extension allows you to use https://discordbotclient.jtmaveryk.repl.co which allows you to login to your discord bot as a user. 


Features:
View Guilds (Lazy load them)

Manage Guilds (Name, Image, Audit log, Emoji, Webhooks, Invites, Bans, Widget, Moderation, Roles)

Manage Channels (Add, Delete, Name, Permissions, Invites, Webhooks, Slowmode, NSFW, Topic)

Messages (Send, View History, Embeds, View Reactions, Add/Remove Reactions, Delete, Edit, Pin)

Create a Guild (if the bot has fewer than 10 Servers)

Voice Support

See Guild members in the side bar (you can see them in the server dropdown menu under members)

Use Emojis from other servers (Nitro)

GIF Search

Send Files

DM's (DM's will show up, after a user dms the bot)                    

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

नाम Discord Bot Client Discord Bot Client
ID dighjoofcdkhjloaeakagmfnbiehebbb
आधिकारिक URL https://chromewebstore.google.com/detail/discord-bot-client/dighjoofcdkhjloaeakagmfnbiehebbb
विवरण This extension allows you to use https://discordbotclient.jtmaveryk.repl.co
फ़ाइल का आकार 131 KB
स्थापना संख्या 23,429
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-01-30
प्रकाशन तिथि 2020-10-27
रेटिंग 2.85/5 कुल 281 रेटिंग्स
डेवलपर matt-jones
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://discordbotclient.jtmaveryk.repl.co
सहायता पृष्ठ URL https://discord.gg/wvmc2GrCht
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord Bot Client",
    "version": "1.0.0",
    "description": "This extension allows you to use https:\/\/discordbotclient.jtmaveryk.repl.co",
    "author": "JTmaveryk",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "96": "images\/96.png",
        "128": "images\/128.png",
        "256": "images\/256.png"
    }
}