Better Discord Web unofficial

Better Discord Web unofficial

Better Discord Web unofficialคืออะไร?

Better Discord Web unofficial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mrlutotech และคุณลักษณะหลักของมันคือ "Better Discord Web unofficial"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Discord Web unofficial

ดาวน์โหลดไฟล์ส่วนขยาย Better Discord Web unofficial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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