Better Discord Web unofficial

Better Discord Web unofficial

Better Discord Web unofficial란 무엇입니까?

Better Discord Web unofficial은(는) mrlutotech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better Discord Web unofficial"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Better Discord Web unofficial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Our Chrome Extension is specially designed to enhance your Discord experience. With this extension, you can customize your Discord experience to your personal preferences. It is based on Better Discord and offers Theme customization and in the future you can add plugins. Our extension is easy to use and will take your Discord experience to the next level. Download it now and discover how simple it is to customize your Discord experience.

credits to better discord to inspire me to make this.
https://betterdiscord.app/                    

확장 프로그램 기본 정보

이름 Better Discord Web unofficial Better Discord Web unofficial
ID gdicgodoiikpogmgoihoipfagfcnfcnc
공식 URL https://chromewebstore.google.com/detail/better-discord-web-unoffi/gdicgodoiikpogmgoihoipfagfcnfcnc
설명 Better Discord Web unofficial
파일 크기 38.89 KB
설치 횟수 3,262
현재 버전 1.2.1
최근 업데이트 2023-02-04
출시 날짜 2023-02-01
평점 3.82/5 총 22 개의 평점
개발자 mrlutotech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
도움말 페이지 URL https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Discord Web unofficial",
    "short_name": "BD Web unofficial",
    "version": "1.2.1",
    "description": "Better Discord Web unofficial",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png",
        "256": "logo.png"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}