Twitch Live

Watch Twitch.tv and receive notification when your favorite channel is online.

Twitch Liveคืออะไร?

Twitch Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bipycxp และคุณลักษณะหลักของมันคือ "Watch Twitch.tv and receive notification when your favorite channel is online."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Watch your favorites streams on Twitch.tv.

Add the channels to Favorites and receive notification when they stream.

Thanks alerts and audible signal you never miss the beginning of your favorite stream, and the choice of Google EN or Google RU audio alert will let you know without being distracted about which channels online.

If Google EN or Google RU incorrectly reproduces the name of your favorite channels - you can enter any suitable Alternative name.

Enjoy watching with TwitchLive!                    

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

ชื่อ Twitch Live Twitch Live
ID imcjibojeokeogfofjgaajlobobagbeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-live/imcjibojeokeogfofjgaajlobobagbeg
คำอธิบาย Watch Twitch.tv and receive notification when your favorite channel is online.
ขนาดไฟล์ 825 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.0.9.1
อัปเดตครั้งล่าสุด 2019-08-12
วันที่เผยแพร่ 2019-08-12
คะแนน 3.77/5 รวมทั้งหมด 184 คะแนน
ผู้พัฒนา bipycxp
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Live",
    "description": "Watch Twitch.tv and receive notification when your favorite channel is online.",
    "version": "2.0.9.1",
    "icons": {
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/19.png",
            "38": "img\/icons\/38.png"
        },
        "default_title": "Twitch Live",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/kraken\/*"
    ]
}