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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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