Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

O que é Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord é uma extensão do Chrome desenvolvida por grobelDev, e sua principal característica é "Send Screenshots to Discord with a Single Button!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Grobel - Send Screenshots to Discord

Baixe arquivos de extensão Grobel - Send Screenshots to Discord no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
URL Oficial https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Descrição Send Screenshots to Discord with a Single Button!
Tamanho do Arquivo 16.66 MB
Contagem de Instalações 126
Versão Atual 1.0.5
Última Atualização 2020-02-29
Data de Publicação 2020-02-29
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor grobelDev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}