Better Discord Web unofficial
Better Discord Web unofficial
Что такое Better Discord Web unofficial?
Better Discord Web unofficial - это расширение Chrome, разработанное mrlutotech, и его основная функция - "Better Discord Web unofficial".
Снимки экрана расширения
Скачать файл CRX расширения Better Discord Web unofficial
Скачайте файлы расширений Better Discord Web unofficial в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Our Chrome Extension is specially designed to enhance your Discord experience. With this extension, you can customize your Discord experience to your personal preferences. It is based on Better Discord and offers Theme customization and in the future you can add plugins. Our extension is easy to use and will take your Discord experience to the next level. Download it now and discover how simple it is to customize your Discord experience. credits to better discord to inspire me to make this. https://betterdiscord.app/
Основная информация о расширении
Название | Better Discord Web unofficial |
ID | gdicgodoiikpogmgoihoipfagfcnfcnc |
Официальный URL | https://chromewebstore.google.com/detail/better-discord-web-unoffi/gdicgodoiikpogmgoihoipfagfcnfcnc |
Описание | Better Discord Web unofficial |
Размер файла | 38.89 KB |
Количество установок | 3,262 |
Текущая Версия | 1.2.1 |
Последнее Обновление | 2023-02-04 |
Дата публикации | 2023-02-01 |
Рейтинг | 3.82/5 Всего 22 оценок |
Разработчик | mrlutotech |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/MrLuto/better-discord-chrome-extension-unoficcial |
URL страницы помощи | https://github.com/MrLuto/better-discord-chrome-extension-unoficcial |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Discord Web unofficial", "short_name": "BD Web unofficial", "version": "1.2.1", "description": "Better Discord Web unofficial", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png", "256": "logo.png" }, "background": { "service_worker": "src\/background.js", "type": "module" }, "action": { "default_popup": "src\/popup\/index.html" }, "optional_host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "permissions": [ "activeTab", "scripting", "storage" ] } |