Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Apa itu Grobel - Send Screenshots to Discord?

Grobel - Send Screenshots to Discord adalah ekstensi Chrome yang dikembangkan oleh grobelDev, dan fitur utamanya adalah "Send Screenshots to Discord with a Single Button!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Grobel - Send Screenshots to Discord

Unduh file ekstensi Grobel - Send Screenshots to Discord dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
URL Resmi https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Deskripsi Send Screenshots to Discord with a Single Button!
Ukuran File 16.66 MB
Jumlah Instalasi 126
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2020-02-29
Tanggal Publikasi 2020-02-29
Penilaian 4.00/5 Total 1 Penilaian
Pengembang grobelDev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}