Discord Desktop

Allows you to use discord in a desktop enviroment.

Qu'est-ce que Discord Desktop ?

Discord Desktop est une extension Chrome développée par MogoX, et sa fonction principale est "Allows you to use discord in a desktop enviroment. ".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Discord Desktop

Téléchargez les fichiers d'extension Discord Desktop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Discord Desktop Discord Desktop
ID ceoailfjeplhiefdfmhpjekiglaefcmh
URL Officiel https://chrome.google.com/webstore/detail/discord-desktop/ceoailfjeplhiefdfmhpjekiglaefcmh
Description Allows you to use discord in a desktop enviroment.
Taille du Fichier 14.32 KB
Nombre d'Installations 651
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-05-18
Date de Publication 2022-04-25
Évaluation 3.50/5 Total 10 Évaluations
Développeur MogoX
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://magicmikecool.000webhostapp.com/privacy.html
Langues Prises en Charge 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
}