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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]"
        }
    }
}