Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Cos'è Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord è un'estensione di Chrome sviluppata da grobelDev, e la sua funzione principale è "Send Screenshots to Discord with a Single Button!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Grobel - Send Screenshots to Discord

Scarica i file di estensione Grobel - Send Screenshots to Discord in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
URL Ufficiale https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Descrizione Send Screenshots to Discord with a Single Button!
Dimensione del File 16.66 MB
Conteggio Installazioni 126
Versione Corrente 1.0.5
Ultimo Aggiornamento 2020-02-29
Data di Pubblicazione 2020-02-29
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore grobelDev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}