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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        [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"
    }
}