GooseMod for Web
A light, secure, and easy to use Discord mod; now in your browser.
Что такое GooseMod for Web?
GooseMod for Web - это расширение Chrome, разработанное http://goosemod.com, и его основная функция - "A light, secure, and easy to use Discord mod; now in your browser.".
Снимки экрана расширения
Скачать файл CRX расширения GooseMod for Web
Скачайте файлы расширений 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 |
Электронная почта | [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]" } } } |