GooseMod for Web

A light, secure, and easy to use Discord mod; now in your browser.

Cos'è GooseMod for Web?

GooseMod for Web è un'estensione di Chrome sviluppata da http://goosemod.com, e la sua funzione principale è "A light, secure, and easy to use Discord mod; now in your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GooseMod for Web

Scarica i file di estensione GooseMod for Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension injects GooseMod, a light, secure, and easy to use Discord mod, into Discord's web client. Some examples of what themes and plugins in GooseMod can do:
- Heavily reduce telemetry and tracking
- Customise appearance to fit your use, plus increase visibility and accessibility                    

Informazioni di Base sull'Estensione

Nome GooseMod for Web GooseMod for Web
ID clgkdcccmbjmjdbdgcigpocfkkjeaeld
URL Ufficiale https://chrome.google.com/webstore/detail/goosemod-for-web/clgkdcccmbjmjdbdgcigpocfkkjeaeld
Descrizione A light, secure, and easy to use Discord mod; now in your browser.
Dimensione del File 46.04 KB
Conteggio Installazioni 2,000
Versione Corrente 1.2.1
Ultimo Aggiornamento 2021-08-10
Data di Pubblicazione 2021-06-15
Valutazione 4.80/5 Totale 25 Valutazioni
Sviluppatore http://goosemod.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://goosemod.com
URL della Pagina di Aiuto https://goosemod.com/discord
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GooseMod for Web",
    "description": "A light, secure, and easy to use Discord mod; now in your browser.",
    "version": "1.2.1",
    "author": "GooseMod Team",
    "homepage_url": "https:\/\/goosemod.com",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.discord.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.discord.com\/*"
    ],
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}