Twitch Reward Claimer

Automatically claim twitch channel points rewards.

Twitch Reward Claimerคืออะไร?

Twitch Reward Claimer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xenova และคุณลักษณะหลักของมันคือ "Automatically claim twitch channel points rewards."

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

screenshot

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

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

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

                        Tired of clicking "Click to claim a bonus!" to get channel points on twitch.tv? Use this Chrome extension to automatically claim channel point rewards.                    

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

ชื่อ Twitch Reward Claimer Twitch Reward Claimer
ID ebdhfgaeakejhkmikccanilmpadplhak
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitch-reward-claimer/ebdhfgaeakejhkmikccanilmpadplhak
คำอธิบาย Automatically claim twitch channel points rewards.
ขนาดไฟล์ 5.35 KB
จำนวนการติดตั้ง 743
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-10-04
วันที่เผยแพร่ 2020-10-04
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Xenova
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/xenova/twitch-reward-claimer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Reward Claimer",
    "version": "1.0.0",
    "description": "Automatically claim twitch channel points rewards.",
    "short_name": "Twitch Reward Claimer",
    "permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Twitch Reward Claimer",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "homepage_url": "https:\/\/github.com\/xenova\/twitch-reward-claimer"
}