Discord Desktop

Allows you to use discord in a desktop enviroment.

Discord Desktop क्या है?

Discord Desktop MogoX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to use discord in a desktop enviroment. "।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Discord Desktop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}