Discord Desktop

Allows you to use discord in a desktop enviroment.

ما هو Discord Desktop؟

Discord Desktop هو إضافة Chrome تم تطويرها بواسطة MogoX، والميزة الرئيسية لها هي "Allows you to use discord in a desktop enviroment. ".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Discord Desktop

قم بتنزيل ملفات الامتداد Discord Desktop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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
}