Discord Announcer

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

什麼是Discord Announcer?

Discord Announcer是由liamtownsley42開發的Chrome擴展程式,該擴展的主要功能是“An easy way to send messages to your Discord Server from the Web Browser.”。

擴展截圖

screenshot

下載Discord Announcer擴展crx文件

下載Discord Announcer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Discord Announcer Discord Announcer
ID gkhpkeeffdegcbhpllehigaceipfeblc
官方網址 https://chromewebstore.google.com/detail/discord-announcer/gkhpkeeffdegcbhpllehigaceipfeblc
簡介 An easy way to send messages to your Discord Server from the Web Browser.
檔案大小 13.12 KB
安裝次數 61
目前版本 1.0.0
更新時間 2020-12-24
上架時間 2020-12-24
評分 5.00/5 共 1 次評分
開發者 liamtownsley42
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://discord.gg/mD2He6j
支援的語言 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"
        }
    }
}