Discord Bot Client

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

O que é Discord Bot Client?

Discord Bot Client é uma extensão do Chrome desenvolvida por matt-jones, e sua principal característica é "This extension allows you to use https://discordbotclient.jtmaveryk.repl.co".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Discord Bot Client

Baixe arquivos de extensão Discord Bot Client no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Discord Bot Client Discord Bot Client
ID dighjoofcdkhjloaeakagmfnbiehebbb
URL Oficial https://chromewebstore.google.com/detail/discord-bot-client/dighjoofcdkhjloaeakagmfnbiehebbb
Descrição This extension allows you to use https://discordbotclient.jtmaveryk.repl.co
Tamanho do Arquivo 131 KB
Contagem de Instalações 23,429
Versão Atual 1.0.0
Última Atualização 2021-01-30
Data de Publicação 2020-10-27
Classificação 2.85/5 Total de 281 Avaliações
Desenvolvedor matt-jones
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://discordbotclient.jtmaveryk.repl.co
URL da Página de Ajuda https://discord.gg/wvmc2GrCht
Idiomas Suportados 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"
    }
}