Discord Desktop

Allows you to use discord in a desktop enviroment.

Discord Desktop là gì?

Discord Desktop là một tiện ích mở rộng Chrome được phát triển bởi MogoX, và tính năng chính của nó là "Allows you to use discord in a desktop enviroment. ".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Discord Desktop

Tải xuống các tệp mở rộng Discord Desktop 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

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Discord Desktop Discord Desktop
ID ceoailfjeplhiefdfmhpjekiglaefcmh
URL Chính Thức https://chrome.google.com/webstore/detail/discord-desktop/ceoailfjeplhiefdfmhpjekiglaefcmh
Mô tả Allows you to use discord in a desktop enviroment.
Kích Thước Tệp 14.32 KB
Số Lần Cài Đặt 651
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-05-18
Ngày Phát Hành 2022-04-25
Đánh Giá 3.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển MogoX
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://magicmikecool.000webhostapp.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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
}