Discord Announcer

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

Co je Discord Announcer?

Discord Announcer je rozšíření Chrome vyvinuté liamtownsley42, a jeho hlavní funkcí je „An easy way to send messages to your Discord Server from the Web Browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Discord Announcer

Stáhněte si soubory rozšíření Discord Announcer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Discord Announcer Discord Announcer
ID gkhpkeeffdegcbhpllehigaceipfeblc
Oficiální URL https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc
Popis An easy way to send messages to your Discord Server from the Web Browser.
Velikost souboru 13.12 KB
Počet instalací 61
Aktuální Verze 1.0.0
Poslední Aktualizace 2020-12-24
Datum Vydání 2020-12-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář liamtownsley42
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://discord.gg/mD2He6j
Podporované Jazyky 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"
        }
    }
}