Discord Bot Client

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

什麼是Discord Bot Client?

Discord Bot Client是由matt-jones開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to use https://discordbotclient.jtmaveryk.repl.co”。

擴展截圖

screenshot

下載Discord Bot Client擴展crx文件

下載Discord Bot Client擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        [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
官方網址 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"
    }
}