Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

What is Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord is a Chrome extension developed by grobelDev, and its main feature is "Send Screenshots to Discord with a Single Button!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Grobel - Send Screenshots to Discord Extension CRX File

Download Grobel - Send Screenshots to Discord extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
Official URL https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Description Send Screenshots to Discord with a Single Button!
File Size 16.66 MB
Installation Count 126
Current Version 1.0.5
Last Updated 2020-02-29
Publish Date 2020-02-29
Rating 4.00/5 Total 1 Ratings
Developer grobelDev
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}