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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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]" } } } |