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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |