Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Что такое Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord - это расширение Chrome, разработанное grobelDev, и его основная функция - "Send Screenshots to Discord with a Single Button!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Grobel - Send Screenshots to Discord

Скачайте файлы расширений Grobel - Send Screenshots to Discord в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
Официальный URL https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Описание Send Screenshots to Discord with a Single Button!
Размер файла 16.66 MB
Количество установок 126
Текущая Версия 1.0.5
Последнее Обновление 2020-02-29
Дата публикации 2020-02-29
Рейтинг 4.00/5 Всего 1 оценок
Разработчик grobelDev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        }
    }
}