Twitch Live Extension

A browser extension that lists your live followed streamers and sends notifications when they start a new stream

Twitch Live Extensionคืออะไร?

Twitch Live Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pedro Silva และคุณลักษณะหลักของมันคือ "A browser extension that lists your live followed streamers and sends notifications when they start a new stream"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        To start using it, open it, log in with your Twitch account so that the extension has access only to your public information and your follows, and, every time you click on the extension icon,
you will see the streamers that you follow that are live.

This extension supports *Just Went Live* notifications. If you want to enable them, open the extension, go to *Settings* and enable the Just Went Live notifications.

There's also a button to log out from your Twitch account.

Special thanks to everyone that helped test this extension: https://github.com/PedroS11/twitch-live-extension#contribution                    

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

ชื่อ Twitch Live Extension Twitch Live Extension
ID nlnfdlcbnpafokhpjfffmoobbejpedgj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-live-extension/nlnfdlcbnpafokhpjfffmoobbejpedgj
คำอธิบาย A browser extension that lists your live followed streamers and sends notifications when they start a new stream
ขนาดไฟล์ 143 KB
จำนวนการติดตั้ง 10,126
เวอร์ชันปัจจุบัน 4.2.1
อัปเดตครั้งล่าสุด 2023-09-27
วันที่เผยแพร่ 2020-10-13
คะแนน 4.49/5 รวมทั้งหมด 59 คะแนน
ผู้พัฒนา Pedro Silva
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/PedroS11/twitch-live-extension
URL หน้าช่วยเหลือ https://github.com/PedroS11/twitch-live-extension/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Live Extension",
    "description": "A browser extension that lists your live followed streamers and sends notifications when they start a new stream",
    "version": "4.2.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Twitch Live Extension",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/id.twitch.tv\/oauth2\/*",
        "https:\/\/api.twitch.tv\/helix\/*"
    ],
    "permissions": [
        "identity",
        "notifications",
        "alarms",
        "storage",
        "idle"
    ]
}