Better Discord Web unofficial
Better Discord Web unofficial
Better Discord Web unofficial là gì?
Better Discord Web unofficial là một tiện ích mở rộng Chrome được phát triển bởi mrlutotech, và tính năng chính của nó là "Better Discord Web unofficial".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Discord Web unofficial
Tải xuống các tệp mở rộng Better Discord Web unofficial 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
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better Discord Web unofficial |
ID | gdicgodoiikpogmgoihoipfagfcnfcnc |
URL Chính Thức | https://chromewebstore.google.com/detail/better-discord-web-unoffi/gdicgodoiikpogmgoihoipfagfcnfcnc |
Mô tả | Better Discord Web unofficial |
Kích Thước Tệp | 38.89 KB |
Số Lần Cài Đặt | 3,262 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2023-02-04 |
Ngày Phát Hành | 2023-02-01 |
Đánh Giá | 3.82/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | mrlutotech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/MrLuto/better-discord-chrome-extension-unoficcial |
URL Trang Trợ Giúp | https://github.com/MrLuto/better-discord-chrome-extension-unoficcial |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |