Discord Announcer

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

Vad är Discord Announcer?

Discord Announcer är en Chrome-tillägg utvecklad av liamtownsley42, och dess huvudfunktion är "An easy way to send messages to your Discord Server from the Web Browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Discord Announcer-förlängningens CRX-fil

Ladda ner Discord Announcer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Discord Announcer Discord Announcer
ID gkhpkeeffdegcbhpllehigaceipfeblc
Officiell webbadress https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc
Beskrivning An easy way to send messages to your Discord Server from the Web Browser.
Filstorlek 13.12 KB
Antal Installationer 61
Aktuell Version 1.0.0
Senast Uppdaterad 2020-12-24
Publiceringsdatum 2020-12-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare liamtownsley42
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://discord.gg/mD2He6j
Stödda Språk 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"
        }
    }
}