Discord Announcer
An easy way to send messages to your Discord Server from the Web Browser.
Wat is Discord Announcer?
Discord Announcer is een Chrome-extensie ontwikkeld door liamtownsley42, en de belangrijkste functie is "An easy way to send messages to your Discord Server from the Web Browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Discord Announcer
Download Discord Announcer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gkhpkeeffdegcbhpllehigaceipfeblc |
| Officiële URL | https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc |
| Beschrijving | An easy way to send messages to your Discord Server from the Web Browser. |
| Bestandsgrootte | 13.12 KB |
| Aantal Installaties | 61 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-12-24 |
| Publicatiedatum | 2020-12-24 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | liamtownsley42 |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://discord.gg/mD2He6j |
| Ondersteunde Talen | 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"
}
}
} | |