Twitch Poins Collector

This extension automatically collect bonus points from any twitch live stream.

Twitch Poins Collectorคืออะไร?

Twitch Poins Collector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jvdantasdev และคุณลักษณะหลักของมันคือ "This extension automatically collect bonus points from any twitch live stream."

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

screenshot

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

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

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

                        This extension automatically collect bonus points from any twitch live stream.                    

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

ชื่อ Twitch Poins Collector Twitch Poins Collector
ID pfjegdhgobbhdniepjfihkbhpkhnnglp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-poins-collector/pfjegdhgobbhdniepjfihkbhpkhnnglp
คำอธิบาย This extension automatically collect bonus points from any twitch live stream.
ขนาดไฟล์ 8.29 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-08-30
วันที่เผยแพร่ 2020-08-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jvdantasdev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Poins Collector",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Twitch Points Collector"
    }
}