Better Discord Web unofficial

Better Discord Web unofficial

Wat is Better Discord Web unofficial?

Better Discord Web unofficial is een Chrome-extensie ontwikkeld door mrlutotech, en de belangrijkste functie is "Better Discord Web unofficial".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Better Discord Web unofficial

Download Better Discord Web unofficial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Better Discord Web unofficial Better Discord Web unofficial
ID gdicgodoiikpogmgoihoipfagfcnfcnc
Officiële URL https://chromewebstore.google.com/detail/better-discord-web-unoffi/gdicgodoiikpogmgoihoipfagfcnfcnc
Beschrijving Better Discord Web unofficial
Bestandsgrootte 38.89 KB
Aantal Installaties 3,262
Huidige Versie 1.2.1
Laatst Bijgewerkt 2023-02-04
Publicatiedatum 2023-02-01
Beoordeling 3.82/5 Totaal 22 Beoordelingen
Ontwikkelaar mrlutotech
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
Help Pagina-URL https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
Ondersteunde Talen 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"
    ]
}