To Discord

Sends content to added discord channels

什么是To Discord?

To Discord是由Harshvardhan Joshi开发的Chrome扩展程序,该扩展的主要功能是“Sends content to added discord channels”。

扩展截图

screenshot
screenshot
screenshot

下载To Discord扩展crx文件

下载To Discord扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension is easy to use and supports multiple discord channels. Every added channel can be accessed from the context menu. Just add your discord channel's Web-hook URL and start sending the content to your channel.

Now you can also broadcast sharing to multiple channels, Just combine two web-hook URLs with ';' and save it just like other channels.                    

扩展基本信息

名称 To Discord To Discord
ID epcihifbffodmnbbnjgancnlodhbkhcl
官方URL https://chromewebstore.google.com/detail/to-discord/epcihifbffodmnbbnjgancnlodhbkhcl
简介 Sends content to added discord channels
文件大小 531 KB
安装次数 1,018
当前版本 2.1.2
更新时间 2022-04-07
上架时间 2019-11-17
评分 3.60/5 共5次评分
开发者 Harshvardhan Joshi
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/GAM3RG33K/ToDiscord
帮助页面URL https://github.com/GAM3RG33K/ToDiscord
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.1.2",
    "name": "To Discord",
    "description": "Sends content to added discord channels",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/ext_icon_16.png",
        "20": "icons\/ext_icon_20.png",
        "32": "icons\/ext_icon_32.png",
        "40": "icons\/ext_icon_40.png",
        "48": "icons\/ext_icon_48.png",
        "128": "icons\/ext_icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/ext_icon_16.png",
            "20": "icons\/ext_icon_20.png",
            "32": "icons\/ext_icon_32.png",
            "40": "icons\/ext_icon_40.png",
            "48": "icons\/ext_icon_48.png",
            "128": "icons\/ext_icon_128.png"
        }
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "pages\/options.html"
    }
}