Discord Announcer

An easy way to send messages to your Discord Server from the Web Browser.

Cos'è Discord Announcer?

Discord Announcer è un'estensione di Chrome sviluppata da liamtownsley42, e la sua funzione principale è "An easy way to send messages to your Discord Server from the Web Browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Discord Announcer

Scarica i file di estensione Discord Announcer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Discord Announcer Discord Announcer
ID gkhpkeeffdegcbhpllehigaceipfeblc
URL Ufficiale https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc
Descrizione An easy way to send messages to your Discord Server from the Web Browser.
Dimensione del File 13.12 KB
Conteggio Installazioni 61
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-12-24
Data di Pubblicazione 2020-12-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore liamtownsley42
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://discord.gg/mD2He6j
Lingue Supportate 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"
        }
    }
}