Twitch Coin

Automatically gather your Twitch Coin while watching your favorite streamer.

Twitch Coinคืออะไร?

Twitch Coin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amin NAIRI และคุณลักษณะหลักของมันคือ "Automatically gather your Twitch Coin while watching your favorite streamer."

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

screenshot

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

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

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

                        This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.                    

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

ชื่อ Twitch Coin Twitch Coin
ID jhoffdoklpjnpdjcgegphcicolpipocf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf
คำอธิบาย Automatically gather your Twitch Coin while watching your favorite streamer.
ขนาดไฟล์ 25.86 KB
จำนวนการติดตั้ง 444
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2021-05-26
วันที่เผยแพร่ 2020-07-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Amin NAIRI
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/aminnairi/twitch-coin#readme
URL หน้าช่วยเหลือ https://github.com/aminnairi/twitch-coin/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Coin",
    "version": "0.1.2",
    "description": "Automatically gather your Twitch Coin while watching your favorite streamer.",
    "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "scripts\/twitch-coin.js"
            ]
        }
    ]
}