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"
        }
    }
}