Twitch Channel Points Auto Claimer -Twiclips

This extension helps you automatically claim Twitch channel points while also auto claim drops.

Twitch Channel Points Auto Claimer -Twiclipsคืออะไร?

Twitch Channel Points Auto Claimer -Twiclips เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abel.sonmerfield และคุณลักษณะหลักของมันคือ "This extension helps you automatically claim Twitch channel points while also auto claim drops."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Channel Points Auto Claimer -Twiclips

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

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

                        Twitch Channel Points Auto Claimer - Twiclips is an extension consisting of Twitch channel points auto clicker and Twitch drops auto claimer. It focuses on improving your experience on twitch.tv.  Twitch channel points claim and auto claim Twitch Drops are the key function for the extension.
Feature:
- Auto claim Twitch channel points
- Auto claim Twitch drops.
- Claim records
- Claim history summary
- Function switch control

How to use:
1. Install Twitch Channel Points Auto Claimer -Twiclips
2. Go to an active Twitch channel, and make sure the function switch of the extension  is turned on.
3. Watch the stream as normal, or keep the stream playing. Twitch Channel Points Auto Claimer will automatically claim channel points or drops when the conditions are met.                    

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

ชื่อ Twitch Channel Points Auto Claimer -Twiclips Twitch Channel Points Auto Claimer -Twiclips
ID ocoimkjodcjigpcgfbnddnhfafonmado
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-channel-points-aut/ocoimkjodcjigpcgfbnddnhfafonmado
คำอธิบาย This extension helps you automatically claim Twitch channel points while also auto claim drops.
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 1,791
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-07-28
วันที่เผยแพร่ 2022-07-13
คะแนน 2.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา abel.sonmerfield
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://vimeomate.com/privacy
ภาษาที่รองรับ id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ocoimkjodcjigpcgfbnddnhfafonmado",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rule.json"
            }
        ]
    },
    "version": "1.0.1",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    }
}