Twitch channel points auto clicker

Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…

Twitch channel points auto clickerคืออะไร?

Twitch channel points auto clicker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ugo.P และคุณลักษณะหลักของมันคือ "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch channel points auto clicker

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

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

                        Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.                    

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

ชื่อ Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
คำอธิบาย Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
ขนาดไฟล์ 5.56 KB
จำนวนการติดตั้ง 162
เวอร์ชันปัจจุบัน 1.15
อัปเดตครั้งล่าสุด 2022-01-30
วันที่เผยแพร่ 2020-12-31
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ugo.P
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch channel points auto clicker",
    "version": "1.15",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "ClickLoop.js",
                "Style.js",
                "CountDown.js"
            ]
        }
    ]
}