Discord Bot Client

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

Discord Bot Client là gì?

Discord Bot Client là một tiện ích mở rộng Chrome được phát triển bởi matt-jones, và tính năng chính của nó là "This extension allows you to use https://discordbotclient.jtmaveryk.repl.co".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Discord Bot Client

Tải xuống các tệp mở rộng Discord Bot Client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Discord Bot Client Discord Bot Client
ID dighjoofcdkhjloaeakagmfnbiehebbb
URL Chính Thức https://chromewebstore.google.com/detail/discord-bot-client/dighjoofcdkhjloaeakagmfnbiehebbb
Mô tả This extension allows you to use https://discordbotclient.jtmaveryk.repl.co
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 23,429
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-01-30
Ngày Phát Hành 2020-10-27
Đánh Giá 2.85/5 Tổng số 281 Đánh Giá
Nhà Phát Triển matt-jones
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://discordbotclient.jtmaveryk.repl.co
URL Trang Trợ Giúp https://discord.gg/wvmc2GrCht
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}