GooseMod for Web

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

什么是GooseMod for Web?

GooseMod for Web是由http://goosemod.com开发的Chrome扩展程序,该扩展的主要功能是“A light, secure, and easy to use Discord mod; now in your browser.”。

扩展截图

screenshot

下载GooseMod for Web扩展crx文件

下载GooseMod for Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 GooseMod for Web GooseMod for Web
ID clgkdcccmbjmjdbdgcigpocfkkjeaeld
官方URL https://chrome.google.com/webstore/detail/goosemod-for-web/clgkdcccmbjmjdbdgcigpocfkkjeaeld
简介 A light, secure, and easy to use Discord mod; now in your browser.
文件大小 46.04 KB
安装次数 2,000
当前版本 1.2.1
更新时间 2021-08-10
上架时间 2021-06-15
评分 4.80/5 共25次评分
开发者 http://goosemod.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://goosemod.com
帮助页面URL https://goosemod.com/discord
支持的语言 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]"
        }
    }
}