Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Co je Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord je rozšíření Chrome vyvinuté grobelDev, a jeho hlavní funkcí je „Send Screenshots to Discord with a Single Button!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Grobel - Send Screenshots to Discord

Stáhněte si soubory rozšíření Grobel - Send Screenshots to Discord ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
Oficiální URL https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Popis Send Screenshots to Discord with a Single Button!
Velikost souboru 16.66 MB
Počet instalací 126
Aktuální Verze 1.0.5
Poslední Aktualizace 2020-02-29
Datum Vydání 2020-02-29
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář grobelDev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}