Twitch Channel Points Bonus Collector

Auto-clicks the Channel Points bonus button when it appears.

Twitch Channel Points Bonus Collectorคืออะไร?

Twitch Channel Points Bonus Collector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://avi12.com และคุณลักษณะหลักของมันคือ "Auto-clicks the Channel Points bonus button when it appears."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Channel Points Bonus Collector

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

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

                        Welcome to the Twitch Channel Points click farm!
Once the extension is installed, all you've got to do is to just open the Twitch live stream (or reload, if it's already open), and relax - the extension will take care of everything else.

Source code: https://github.com/avi12/twitch-cp-bonus-collector                    

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

ชื่อ Twitch Channel Points Bonus Collector Twitch Channel Points Bonus Collector
ID kbbdnbaghpcjpdhbjbccadodjejlkkgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-channel-points-bon/kbbdnbaghpcjpdhbjbccadodjejlkkgg
คำอธิบาย Auto-clicks the Channel Points bonus button when it appears.
ขนาดไฟล์ 9.96 KB
จำนวนการติดตั้ง 6,214
เวอร์ชันปัจจุบัน 2.0.6
อัปเดตครั้งล่าสุด 2023-03-13
วันที่เผยแพร่ 2020-06-30
คะแนน 3.79/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://avi12.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://avi12.com
URL หน้าช่วยเหลือ https://github.com/avi12/twitch-cp-bonus-collector/issues/new/choose
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "2.0.6",
    "author": "avi12",
    "name": "Twitch Channel Points Bonus Collector",
    "description": "Auto-clicks the Channel Points bonus button when it appears.",
    "homepage_url": "https:\/\/avi12.com\/twitch-cp-bonus-collector",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.07616647.js"
            ],
            "css": []
        }
    ],
    "offline_enabled": true
}