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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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]" } } } |