Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Grobel - Send Screenshots to Discord là gì?

Grobel - Send Screenshots to Discord là một tiện ích mở rộng Chrome được phát triển bởi grobelDev, và tính năng chính của nó là "Send Screenshots to Discord with a Single Button!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Grobel - Send Screenshots to Discord

Tải xuống các tệp mở rộng Grobel - Send Screenshots to Discord dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
URL Chính Thức https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
Mô tả Send Screenshots to Discord with a Single Button!
Kích Thước Tệp 16.66 MB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-02-29
Ngày Phát Hành 2020-02-29
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển grobelDev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}