Twitch Auto Looter

Twitch Auto Channel points looter!

Twitch Auto Looterคืออะไร?

Twitch Auto Looter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C4LLZ และคุณลักษณะหลักของมันคือ "Twitch Auto Channel points looter!"

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

screenshot
screenshot

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

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

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

                        This extension is a auto looter for Twitch's Channel points.


Features

- Ability to be AFK and still get channel points.
- Focus on the content you are watching without getting disturbed. 
- Multiple stream support. 


If you have any issues please contact me on my Github page or send me an email.

Github : https://github.com/C4LLZ/TwitchLooter/issues
Email : [email protected]                    

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

ชื่อ Twitch Auto Looter Twitch Auto Looter
ID lfaegjjpmoccjblndpnlgkkaikkcjhhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi
คำอธิบาย Twitch Auto Channel points looter!
ขนาดไฟล์ 88.43 KB
จำนวนการติดตั้ง 4,958
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2020-12-21
วันที่เผยแพร่ 2020-02-17
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา C4LLZ
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Auto Looter",
    "version": "2.0.0",
    "description": "Twitch Auto Channel points looter!",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/*.twitch.tv\/*"
    ],
    "short_name": "Twitch Looter",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Twitch Auto Looter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "main.js",
                "jquery-3.3.1.min.js",
                "notify.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}