GooseMod for Web

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

Vad är GooseMod for Web?

GooseMod for Web är en Chrome-tillägg utvecklad av http://goosemod.com, och dess huvudfunktion är "A light, secure, and easy to use Discord mod; now in your browser.".

Tilläggsskärmbilder

screenshot

Ladda ner GooseMod for Web-förlängningens CRX-fil

Ladda ner GooseMod for Web-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

                        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                    

Grundläggande Information om Tillägg

Namn GooseMod for Web GooseMod for Web
ID clgkdcccmbjmjdbdgcigpocfkkjeaeld
Officiell webbadress https://chrome.google.com/webstore/detail/goosemod-for-web/clgkdcccmbjmjdbdgcigpocfkkjeaeld
Beskrivning A light, secure, and easy to use Discord mod; now in your browser.
Filstorlek 46.04 KB
Antal Installationer 2,000
Aktuell Version 1.2.1
Senast Uppdaterad 2021-08-10
Publiceringsdatum 2021-06-15
Betyg 4.80/5 Totalt 25 Betyg
Utvecklare http://goosemod.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://goosemod.com
Hjälpsida URL https://goosemod.com/discord
Stödda Språk 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]"
        }
    }
}