Twitch Giveaways

An awesome giveaway tool for Twitch streamers.

Twitch Giveawaysคืออะไร?

Twitch Giveaways เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Enhar Ukalo และคุณลักษณะหลักของมันคือ "An awesome giveaway tool for Twitch streamers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Giveaways

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Giveaways ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Giveaways Twitch Giveaways
ID bpjdhheiliihcghpalfflhfpfbmcekij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-giveaways/bpjdhheiliihcghpalfflhfpfbmcekij
คำอธิบาย An awesome giveaway tool for Twitch streamers.
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 1,960
เวอร์ชันปัจจุบัน 2.83
อัปเดตครั้งล่าสุด 2021-02-07
วันที่เผยแพร่ 2020-10-11
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Enhar Ukalo
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/enharukalo/twitchcekilisleri
ภาษาที่รองรับ 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"
    ]
}