Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Vad är Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord är en Chrome-tillägg utvecklad av grobelDev, och dess huvudfunktion är "Send Screenshots to Discord with a Single Button!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Grobel - Send Screenshots to Discord-förlängningens CRX-fil

Ladda ner Grobel - Send Screenshots to Discord-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
Officiell webbadress https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Beskrivning Send Screenshots to Discord with a Single Button!
Filstorlek 16.66 MB
Antal Installationer 126
Aktuell Version 1.0.5
Senast Uppdaterad 2020-02-29
Publiceringsdatum 2020-02-29
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare grobelDev
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    }
}