Twitch Claimer

Auto claims loot in your twitch inventory and channel points.

Twitch Claimerคืออะไร?

Twitch Claimer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Danny Keeley และคุณลักษณะหลักของมันคือ "Auto claims loot in your twitch inventory and channel points."

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

screenshot
screenshot

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

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

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

                        This extension will claim loot for you while you keep twitch inventory page open, every minute.
It will also claim the channel points.

https://www.twitch.tv/drops/inventory

## Update - 12-08-2023 ##
Removed interval chooser to fix bug not claiming sometimes.

## Update - 21-05-2023 ##
The extension will now claim channel points.

## Update - 19-05-2023 ##
Fixed bug where twitchs website had changed so was no longer claiming loot.
Extension has been mostly rewritten to work with Google updates.                    

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

ชื่อ Twitch Claimer Twitch Claimer
ID jmgfefhipiolnhiklhhlmmijhnckclnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-claimer/jmgfefhipiolnhiklhhlmmijhnckclnl
คำอธิบาย Auto claims loot in your twitch inventory and channel points.
ขนาดไฟล์ 39 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2023-08-13
วันที่เผยแพร่ 2021-04-02
คะแนน 4.59/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Danny Keeley
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Claimer",
    "version": "0.9",
    "description": "Auto claims loot in your twitch inventory and channel points.",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "action": {
        "default_icon": "\/images\/icon-32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ]
}