Discord Desktop
Allows you to use discord in a desktop enviroment.
Discord Desktopคืออะไร?
Discord Desktop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MogoX และคุณลักษณะหลักของมันคือ "Allows you to use discord in a desktop enviroment. "
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discord Desktop
ดาวน์โหลดไฟล์ส่วนขยาย Discord Desktop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An Discord App for Chrome OS Emulates the feel and functionality of Discord's desktop application, but for Chrome OS! Discord Desktop was an app that was popular a few years ago, it was discontinued and the person who made it abandoned the project. After a few attempts and remaking the app we decided to reupload this so please give us a 5 star! Included in the most recent updates: • Fixes to voice chat and video calls! • The navbar looks identical to the official desktop app • Updated Discord logo • Fixed opening external links • Fixed videos not being able to go full-screen!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ceoailfjeplhiefdfmhpjekiglaefcmh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/discord-desktop/ceoailfjeplhiefdfmhpjekiglaefcmh |
คำอธิบาย | Allows you to use discord in a desktop enviroment. |
ขนาดไฟล์ | 14.32 KB |
จำนวนการติดตั้ง | 651 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-05-18 |
วันที่เผยแพร่ | 2022-04-25 |
คะแนน | 3.50/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | MogoX |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://magicmikecool.000webhostapp.com/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Discord Desktop", "version": "1.1.0", "description": "Allows you to use discord in a desktop enviroment. ", "icons": { "16": ".\/logox.png", "48": ".\/logox.png", "128": ".\/logox.png" }, "permissions": [ "tabs" ], "background": { "service_worker": ".\/src\/desktop.js" }, "action": { "title": ".\/src\/desktop.js" }, "manifest_version": 3 } |