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
官方URL 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"
        }
    }
}