Discord Announcer
An easy way to send messages to your Discord Server from the Web Browser.
Co to jest Discord Announcer?
Discord Announcer to rozszerzenie Chrome opracowane przez liamtownsley42, a jego główną funkcją jest „An easy way to send messages to your Discord Server from the Web Browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Discord Announcer
Pobierz pliki rozszerzeń Discord Announcer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Discord Announcer |
ID | gkhpkeeffdegcbhpllehigaceipfeblc |
Oficjalny URL | https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc |
Opis | An easy way to send messages to your Discord Server from the Web Browser. |
Rozmiar pliku | 13.12 KB |
Liczba instalacji | 61 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-12-24 |
Data Publikacji | 2020-12-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | liamtownsley42 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://discord.gg/mD2He6j |
Obsługiwane Języki | 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" } } } |