GooseMod for Web
A light, secure, and easy to use Discord mod; now in your browser.
Apa itu GooseMod for Web?
GooseMod for Web adalah ekstensi Chrome yang dikembangkan oleh http://goosemod.com, dan fitur utamanya adalah "A light, secure, and easy to use Discord mod; now in your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GooseMod for Web
Unduh file ekstensi GooseMod for Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | clgkdcccmbjmjdbdgcigpocfkkjeaeld |
URL Resmi | https://chrome.google.com/webstore/detail/goosemod-for-web/clgkdcccmbjmjdbdgcigpocfkkjeaeld |
Deskripsi | A light, secure, and easy to use Discord mod; now in your browser. |
Ukuran File | 46.04 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2021-08-10 |
Tanggal Publikasi | 2021-06-15 |
Penilaian | 4.80/5 Total 25 Penilaian |
Pengembang | http://goosemod.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://goosemod.com |
URL Halaman Bantuan | https://goosemod.com/discord |
Bahasa yang Didukung | 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]" } } } |