Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

什么是Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord是由grobelDev开发的Chrome扩展程序,该扩展的主要功能是“Send Screenshots to Discord with a Single Button!”。

扩展截图

screenshot
screenshot
screenshot

下载Grobel - Send Screenshots to Discord扩展crx文件

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

扩展使用说明

                        Grobel is a simple one-click method for sharing websites + screenshots to Discord.

It features whitelist and blacklist functionality, so you can be selective about what you share.

As well as an 'Auto-Grobel' feature, so you can automatically track personalized histories with screenshot context.

The extension comes with a grand total of 40 webhooks.                    

扩展基本信息

名称 Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
官方URL https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
简介 Send Screenshots to Discord with a Single Button!
文件大小 16.66 MB
安装次数 126
当前版本 1.0.5
更新时间 2020-02-29
上架时间 2020-02-29
评分 4.00/5 共1次评分
开发者 grobelDev
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grobel - Send Screenshots to Discord",
    "version": "1.0.5",
    "description": "Send Screenshots to Discord with a Single Button!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "storage"
    ],
    "icons": {
        "128": "iconImages\/icon_grobel_128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "iconImages\/icon_grobel_128.png"
        }
    }
}