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. 」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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!                    

拡張機能の基本情報

名前 Discord Desktop Discord Desktop
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
Eメール [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
}