Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Wat is Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord is een Chrome-extensie ontwikkeld door grobelDev, en de belangrijkste functie is "Send Screenshots to Discord with a Single Button!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Grobel - Send Screenshots to Discord

Download Grobel - Send Screenshots to Discord-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
Officiële URL https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Beschrijving Send Screenshots to Discord with a Single Button!
Bestandsgrootte 16.66 MB
Aantal Installaties 126
Huidige Versie 1.0.5
Laatst Bijgewerkt 2020-02-29
Publicatiedatum 2020-02-29
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar grobelDev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}