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
公式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
Eメール [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"
    }
}