[Beta] Twitch Plus

Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…

[Beta] Twitch Plusคืออะไร?

[Beta] Twitch Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CodeOz และคุณลักษณะหลักของมันคือ "Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย [Beta] Twitch Plus

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

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

                        Twitch plus is an application that bring some features to improve your experience on twitch.

Features available on twitch plus 👇

- Historic chat (alt + up or down, when you go to another stream, historic is clean)

- Auto-claim bonus (when bonus is available, extension will automatically claim it for you, so you can earn a lot of points!)

- Donate Button (If streamer has an external link for donations, you can access it directly by clicking on the donate button!)

- Collapse/Expand Chat shortcut (alt + h)

If you find any bugs or any suggestions or you want to contact developer, please send email to [email protected].

Github of creator -> https://github.com/Code-Oz                    

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

ชื่อ [Beta] Twitch Plus [Beta] Twitch Plus
ID ahdoacgdgcgkhmajnmibefppffbbkgnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beta-twitch-plus/ahdoacgdgcgkhmajnmibefppffbbkgnl
คำอธิบาย Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…
ขนาดไฟล์ 167 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-01-11
วันที่เผยแพร่ 2022-01-07
ผู้พัฒนา CodeOz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "[Beta] Twitch Plus",
    "version": "1.0.1",
    "icons": {
        "256": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}