DisChrome

A chrome/discord webhook bridge, allowing for easy shitposting

什么是DisChrome?

DisChrome是由dissy666开发的Chrome扩展程序,该扩展的主要功能是“A chrome/discord webhook bridge, allowing for easy shitposting”。

扩展截图

screenshot

下载DisChrome扩展crx文件

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

扩展使用说明

                        A simple chrome/discord webhook integration for easy posting
just install, create your webhook url, set the extension options, and you're done


github repository:
https://github.com/Dissssy/DisChrome                    

扩展基本信息

名称 DisChrome DisChrome
ID ogofeobkddgfchpfkpffgkjlginhoele
官方URL https://chromewebstore.google.com/detail/dischrome/ogofeobkddgfchpfkpffgkjlginhoele
简介 A chrome/discord webhook bridge, allowing for easy shitposting
文件大小 38.62 KB
安装次数 61
当前版本 3.0
更新时间 2021-02-02
上架时间 2021-02-01
评分 5.00/5 共1次评分
开发者 dissy666
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "version": "3.0",
    "name": "DisChrome",
    "description": "A chrome\/discord webhook bridge, allowing for easy shitposting",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "DisChrome"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/discord.com\/api\/webhooks\/*"
    ]
}