Discord Desktop
Allows you to use discord in a desktop enviroment.
Vad är Discord Desktop?
Discord Desktop är en Chrome-tillägg utvecklad av MogoX, och dess huvudfunktion är "Allows you to use discord in a desktop enviroment. ".
Tilläggsskärmbilder
Ladda ner Discord Desktop-förlängningens CRX-fil
Ladda ner Discord Desktop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ceoailfjeplhiefdfmhpjekiglaefcmh |
Officiell webbadress | https://chrome.google.com/webstore/detail/discord-desktop/ceoailfjeplhiefdfmhpjekiglaefcmh |
Beskrivning | Allows you to use discord in a desktop enviroment. |
Filstorlek | 14.32 KB |
Antal Installationer | 651 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2022-05-18 |
Publiceringsdatum | 2022-04-25 |
Betyg | 3.50/5 Totalt 10 Betyg |
Utvecklare | MogoX |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://magicmikecool.000webhostapp.com/privacy.html |
Stödda Språk | 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 } |