Discord Desktop

Allows you to use discord in a desktop enviroment.

Hvad er Discord Desktop?

Discord Desktop er en Chrome-udvidelse udviklet af MogoX, og dens hovedfunktion er "Allows you to use discord in a desktop enviroment. ".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Discord Desktop-udvidelses-CRX-fil

Download Discord Desktop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Discord Desktop Discord Desktop
ID ceoailfjeplhiefdfmhpjekiglaefcmh
Officiel URL https://chrome.google.com/webstore/detail/discord-desktop/ceoailfjeplhiefdfmhpjekiglaefcmh
Beskrivelse Allows you to use discord in a desktop enviroment.
Filstørrelse 14.32 KB
Antal Installationer 651
Nuværende Version 1.1.0
Senest Opdateret 2022-05-18
Udgivelsesdato 2022-04-25
Bedømmelse 3.50/5 Samlet 10 Bedømmelser
Udvikler MogoX
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://magicmikecool.000webhostapp.com/privacy.html
Understøttede Sprog 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
}