Twitch Channel Points Autoclicker (Lite)

Automatically claims 'Channel Points' on Twitch

Twitch Channel Points Autoclicker (Lite)คืออะไร?

Twitch Channel Points Autoclicker (Lite) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xinitrc และคุณลักษณะหลักของมันคือ "Automatically claims 'Channel Points' on Twitch"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Channel Points Autoclicker (Lite)

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

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

                        Automatically claims 'Channel Points' on Twitch for the channel you are watching.

THIS IS A LITE VERSION OF: https://chrome.google.com/webstore/detail/pbeamibpehihpjljabhnchghlbneiane/

Changes from the main version: includes only content scripts, meaning the pages need to be reloaded for it to start working, and no additional features will be supported. As such, it requires NO PERMISSIONS from the user, like browsing history.

Main extension is also available for Mozilla Firefox: https://addons.mozilla.org/en-GB/firefox/addon/twitch-points-autoclicker/

Note: May not be compatible with some twitch design changing extensions.

Source code is available on GitHub: https://github.com/xinitrc-dev/twitch-points-autoclicker                    

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

ชื่อ Twitch Channel Points Autoclicker (Lite) Twitch Channel Points Autoclicker (Lite)
ID fapndfdannkgofolmaihpbigbolcobek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek
คำอธิบาย Automatically claims 'Channel Points' on Twitch
ขนาดไฟล์ 19.56 KB
จำนวนการติดตั้ง 5,437
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-05-05
วันที่เผยแพร่ 2019-10-27
คะแนน 4.20/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา xinitrc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Autoclicker (Lite)",
    "description": "Automatically claims 'Channel Points' on Twitch",
    "version": "1.3",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "arrive-2.4.1.min.js",
                "twitch-clicker.js"
            ],
            "run_at": "document_end"
        }
    ]
}