Better Discord Web unofficial
Better Discord Web unofficial
Was ist Better Discord Web unofficial?
Better Discord Web unofficial ist eine Chrome-Erweiterung, die von mrlutotech entwickelt wurde, und ihr Hauptmerkmal ist "Better Discord Web unofficial".
Erweiterungsscreenshots
Better Discord Web unofficial-Erweiterungs-CRX-Datei herunterladen
Laden Sie Better Discord Web unofficial-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Our Chrome Extension is specially designed to enhance your Discord experience. With this extension, you can customize your Discord experience to your personal preferences. It is based on Better Discord and offers Theme customization and in the future you can add plugins. Our extension is easy to use and will take your Discord experience to the next level. Download it now and discover how simple it is to customize your Discord experience. credits to better discord to inspire me to make this. https://betterdiscord.app/
Grundlegende Informationen zur Erweiterung
Name | Better Discord Web unofficial |
ID | gdicgodoiikpogmgoihoipfagfcnfcnc |
Offizielle URL | https://chromewebstore.google.com/detail/better-discord-web-unoffi/gdicgodoiikpogmgoihoipfagfcnfcnc |
Beschreibung | Better Discord Web unofficial |
Dateigröße | 38.89 KB |
Installationsanzahl | 3,262 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2023-02-04 |
Veröffentlichungsdatum | 2023-02-01 |
Bewertung | 3.82/5 Insgesamt 22 Bewertungen |
Entwickler | mrlutotech |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/MrLuto/better-discord-chrome-extension-unoficcial |
Hilfeseite URL | https://github.com/MrLuto/better-discord-chrome-extension-unoficcial |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Discord Web unofficial", "short_name": "BD Web unofficial", "version": "1.2.1", "description": "Better Discord Web unofficial", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png", "256": "logo.png" }, "background": { "service_worker": "src\/background.js", "type": "module" }, "action": { "default_popup": "src\/popup\/index.html" }, "optional_host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "permissions": [ "activeTab", "scripting", "storage" ] } |