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 |
官方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 } |