Discord Bot Client

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

What is Discord Bot Client?

Discord Bot Client is a Chrome extension developed by matt-jones, and its main feature is "This extension allows you to use https://discordbotclient.jtmaveryk.repl.co".

Extension Screenshots

screenshot

Download Discord Bot Client Extension CRX File

Download Discord Bot Client 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

                        [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)                    

Extension Basic Information

Name Discord Bot Client Discord Bot Client
ID dighjoofcdkhjloaeakagmfnbiehebbb
Official URL https://chromewebstore.google.com/detail/discord-bot-client/dighjoofcdkhjloaeakagmfnbiehebbb
Description This extension allows you to use https://discordbotclient.jtmaveryk.repl.co
File Size 131 KB
Installation Count 23,429
Current Version 1.0.0
Last Updated 2021-01-30
Publish Date 2020-10-27
Rating 2.85/5 Total 281 Ratings
Developer matt-jones
Email [email protected]
Payment Type free
Extension Website https://discordbotclient.jtmaveryk.repl.co
Help Page URL https://discord.gg/wvmc2GrCht
Supported Languages 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"
    }
}