Discord Bot Client

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

Discord Bot Clientคืออะไร?

Discord Bot Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matt-jones และคุณลักษณะหลักของมันคือ "This extension allows you to use https://discordbotclient.jtmaveryk.repl.co"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discord Bot Client

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}