Discord Announcer

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

What is Discord Announcer?

Discord Announcer is a Chrome extension developed by liamtownsley42, and its main feature is "An easy way to send messages to your Discord Server from the Web Browser.".

Extension Screenshots

screenshot

Download Discord Announcer Extension CRX File

Download Discord Announcer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Discord Announcer Discord Announcer
ID gkhpkeeffdegcbhpllehigaceipfeblc
Official URL https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc
Description An easy way to send messages to your Discord Server from the Web Browser.
File Size 13.12 KB
Installation Count 61
Current Version 1.0.0
Last Updated 2020-12-24
Publish Date 2020-12-24
Rating 5.00/5 Total 1 Ratings
Developer liamtownsley42
Email [email protected]
Payment Type free
Help Page URL https://discord.gg/mD2He6j
Supported Languages 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"
        }
    }
}