Discord Desktop
Allows you to use discord in a desktop enviroment.
什麼是Discord Desktop?
Discord Desktop是由MogoX開發的Chrome擴展程式,該擴展的主要功能是“Allows you to use discord in a desktop enviroment. ”。
擴展截圖
下載Discord Desktop擴展crx文件
下載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 |
官方網址 | 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 } |