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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}