Discord Announcer
An easy way to send messages to your Discord Server from the Web Browser.
Что такое Discord Announcer?
Discord Announcer - это расширение Chrome, разработанное liamtownsley42, и его основная функция - "An easy way to send messages to your Discord Server from the Web Browser.".
Снимки экрана расширения
Скачать файл CRX расширения Discord Announcer
Скачайте файлы расширений Discord Announcer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a simple extention to announce things to your Discord Server quickly and seamlessly from Chrome, you enter a Webhook URL and it is saved in your settings and you will be able to quickly announce things to your server from Chrome.
Основная информация о расширении
Название | Discord Announcer |
ID | gkhpkeeffdegcbhpllehigaceipfeblc |
Официальный URL | https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc |
Описание | An easy way to send messages to your Discord Server from the Web Browser. |
Размер файла | 13.12 KB |
Количество установок | 61 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2020-12-24 |
Дата публикации | 2020-12-24 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | liamtownsley42 |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://discord.gg/mD2He6j |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discord Announcer", "version": "1.0.0", "description": "An easy way to send messages to your Discord Server from the Web Browser.", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens Discord Announcer" } } } |