Auto Redeem Twitch Bonus

Automatically redeems bonus Channel Points

Auto Redeem Twitch Bonusคืออะไร?

Auto Redeem Twitch Bonus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexandre Ramos - Vulgocode และคุณลักษณะหลักของมันคือ "Automatically redeems bonus Channel Points"

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

screenshot
screenshot

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

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

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

                        Automatically claims bonus channel points on Twitch.tv

Allows you to focus more on the stream without having to worry about claiming your bonus points.

If you have issues with the extension please email me or use the contact form on the website.

Github: https://github.com/alexandreramosdev/auto-redeem-twitch-bonus

* Donation *
Pay me a Coffee so I can work harder :)

Picpay - https://picpay.me/alexandre_ramos                    

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

ชื่อ Auto Redeem Twitch Bonus Auto Redeem Twitch Bonus
ID leheoeognmlgfdljnhckphighdlpnpnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-redeem-twitch-bonus/leheoeognmlgfdljnhckphighdlpnpnd
คำอธิบาย Automatically redeems bonus Channel Points
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 6,392
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2020-09-03
วันที่เผยแพร่ 2020-07-03
คะแนน 3.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Alexandre Ramos - Vulgocode
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Redeem Twitch Bonus",
    "version": "1.2.0",
    "description": "Automatically redeems bonus Channel Points",
    "manifest_version": 2,
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "autoRedeemTwitchBonus.js"
            ]
        }
    ]
}