AutoClaimer - Claim Twitch Channel Points

Claim Twitch Channel Points Automatically

AutoClaimer - Claim Twitch Channel Pointsคืออะไร?

AutoClaimer - Claim Twitch Channel Points เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SageMod และคุณลักษณะหลักของมันคือ "Claim Twitch Channel Points Automatically"

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

screenshot

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

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

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

                        Auto claim channel points bonus on twitch.tv

This extension automatically claim channel points when the "claim bonus" button is available on Twitch.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
I do not collect any personal data.

Stay in touch:
Follow me on Twitter: https://twitter.com/ravensmove
Follow me on YouTube: https://www.youtube.com/channel/UCf6iug9TTijGv6QTkASvCHw?sub_confirmation=1                    

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

ชื่อ AutoClaimer - Claim Twitch Channel Points AutoClaimer - Claim Twitch Channel Points
ID bageaanpgiopmkhancpngfndapencbdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoclaimer-claim-twitch/bageaanpgiopmkhancpngfndapencbdk
คำอธิบาย Claim Twitch Channel Points Automatically
ขนาดไฟล์ 186 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-10-31
วันที่เผยแพร่ 2022-09-18
ผู้พัฒนา SageMod
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ravensmove.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoClaimer - Claim Twitch Channel Points",
    "description": "Claim Twitch Channel Points Automatically",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "AutoClaimer - Claim Twitch Channel Points",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}