Giveaways Twitch

Comfortable giveaway system for Twitch.tv channels.

Giveaways Twitchคืออะไร?

Giveaways Twitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michael.edwards1991 และคุณลักษณะหลักของมันคือ "Comfortable giveaway system for Twitch.tv channels."

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

screenshot

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

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

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

                        **AD FREE**

Extension adds a giveaway system to all popped out or embedded twitch chats, including your dashboard.                    

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

ชื่อ Giveaways Twitch Giveaways Twitch
ID hoaehblonfjfhjimblnicebllhkpanpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/giveaways-twitch/hoaehblonfjfhjimblnicebllhkpanpi
คำอธิบาย Comfortable giveaway system for Twitch.tv channels.
ขนาดไฟล์ 82.22 KB
จำนวนการติดตั้ง 1,700
เวอร์ชันปัจจุบัน 2.10.10
อัปเดตครั้งล่าสุด 2017-05-24
วันที่เผยแพร่ 2017-05-23
คะแนน 2.57/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา michael.edwards1991
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/michaeledwards91/twitch-giveaways
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giveaways Twitch",
    "description": "Comfortable giveaway system for Twitch.tv channels.",
    "version": "2.10.10",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "main.html",
        "content-analytics.js",
        ".chat-listener.js"
    ]
}