GooseMod for Web

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

What is GooseMod for Web?

GooseMod for Web is a Chrome extension developed by http://goosemod.com, and its main feature is "A light, secure, and easy to use Discord mod; now in your browser.".

Extension Screenshots

screenshot

Download GooseMod for Web Extension CRX File

Download GooseMod for Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GooseMod for Web GooseMod for Web
ID clgkdcccmbjmjdbdgcigpocfkkjeaeld
Official URL https://chrome.google.com/webstore/detail/goosemod-for-web/clgkdcccmbjmjdbdgcigpocfkkjeaeld
Description A light, secure, and easy to use Discord mod; now in your browser.
File Size 46.04 KB
Installation Count 2,000
Current Version 1.2.1
Last Updated 2021-08-10
Publish Date 2021-06-15
Rating 4.80/5 Total 25 Ratings
Developer http://goosemod.com
Email [email protected]
Payment Type free
Extension Website https://goosemod.com
Help Page URL https://goosemod.com/discord
Supported Languages 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]"
        }
    }
}