Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Was ist Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord ist eine Chrome-Erweiterung, die von grobelDev entwickelt wurde, und ihr Hauptmerkmal ist "Send Screenshots to Discord with a Single Button!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Grobel - Send Screenshots to Discord-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grobel - Send Screenshots to Discord-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
Offizielle URL https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Beschreibung Send Screenshots to Discord with a Single Button!
Dateigröße 16.66 MB
Installationsanzahl 126
Aktuelle Version 1.0.5
Letztes Update 2020-02-29
Veröffentlichungsdatum 2020-02-29
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler grobelDev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}