Twitch Giveaways

An awesome giveaway tool for Twitch streamers.

Twitch Giveaways là gì?

Twitch Giveaways là một tiện ích mở rộng Chrome được phát triển bởi Enhar Ukalo, và tính năng chính của nó là "An awesome giveaway tool for Twitch streamers.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Giveaways

Tải xuống các tệp mở rộng Twitch Giveaways 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

                        It's time to share your earnings! Click the trophy in your chat to access the extension.                    

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

Tên Twitch Giveaways Twitch Giveaways
ID bpjdhheiliihcghpalfflhfpfbmcekij
URL Chính Thức https://chromewebstore.google.com/detail/twitch-giveaways/bpjdhheiliihcghpalfflhfpfbmcekij
Mô tả An awesome giveaway tool for Twitch streamers.
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 1,960
Phiên Bản Hiện Tại 2.83
Cập Nhật Lần Cuối 2021-02-07
Ngày Phát Hành 2020-10-11
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Enhar Ukalo
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/enharukalo/twitchcekilisleri
Ngôn Ngữ Được Hỗ Trợ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "author": "Enhar Ukalo",
    "developer": {
        "name": "Enhar Ukalo",
        "url": "https:\/\/github.com\/enharukalo"
    },
    "version": "2.83",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.twitch.tv\/*",
        "https:\/\/twitch.tv\/*",
        "*:\/\/*.jtvnw.net\/*",
        "http:\/\/www.w3.org\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval';object-src 'self';",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "main.html",
        "send-message.js"
    ]
}