Discord Desktop

Allows you to use discord in a desktop enviroment.

Was ist Discord Desktop?

Discord Desktop ist eine Chrome-Erweiterung, die von MogoX entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to use discord in a desktop enviroment. ".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Discord Desktop-Erweiterungs-CRX-Datei herunterladen

Laden Sie Discord Desktop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Discord Desktop Discord Desktop
ID ceoailfjeplhiefdfmhpjekiglaefcmh
Offizielle URL https://chrome.google.com/webstore/detail/discord-desktop/ceoailfjeplhiefdfmhpjekiglaefcmh
Beschreibung Allows you to use discord in a desktop enviroment.
Dateigröße 14.32 KB
Installationsanzahl 651
Aktuelle Version 1.1.0
Letztes Update 2022-05-18
Veröffentlichungsdatum 2022-04-25
Bewertung 3.50/5 Insgesamt 10 Bewertungen
Entwickler MogoX
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://magicmikecool.000webhostapp.com/privacy.html
Unterstützte Sprachen 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
}