Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

¿Qué es Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord es una extensión de Chrome desarrollada por grobelDev, y su función principal es "Send Screenshots to Discord with a Single Button!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Grobel - Send Screenshots to Discord

Descarga archivos de extensión Grobel - Send Screenshots to Discord en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
URL Oficial https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Descripción Send Screenshots to Discord with a Single Button!
Tamaño del Archivo 16.66 MB
Cantidad de Instalaciones 126
Versión Actual 1.0.5
Última Actualización 2020-02-29
Fecha de Publicación 2020-02-29
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador grobelDev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    }
}