GooseMod for Web
A light, secure, and easy to use Discord mod; now in your browser.
Wat is GooseMod for Web?
GooseMod for Web is een Chrome-extensie ontwikkeld door http://goosemod.com, en de belangrijkste functie is "A light, secure, and easy to use Discord mod; now in your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie GooseMod for Web
Download GooseMod for Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | clgkdcccmbjmjdbdgcigpocfkkjeaeld |
Officiële URL | https://chrome.google.com/webstore/detail/goosemod-for-web/clgkdcccmbjmjdbdgcigpocfkkjeaeld |
Beschrijving | A light, secure, and easy to use Discord mod; now in your browser. |
Bestandsgrootte | 46.04 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2021-08-10 |
Publicatiedatum | 2021-06-15 |
Beoordeling | 4.80/5 Totaal 25 Beoordelingen |
Ontwikkelaar | http://goosemod.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://goosemod.com |
Help Pagina-URL | https://goosemod.com/discord |
Ondersteunde Talen | 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]" } } } |