Stream Viewer

Streams from multiple games in one place.

Stream Viewerคืออะไร?

Stream Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Gilbert และคุณลักษณะหลักของมันคือ "Streams from multiple games in one place."

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

screenshot
screenshot

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

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

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

                        View a list of twitch streams from a variety of games. Favorites save cross devices.

New features and updates coming soon!                    

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

ชื่อ Stream Viewer Stream Viewer
ID plnfhlmpanmpgalcajmlnmaikcemdjeo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/stream-viewer/plnfhlmpanmpgalcajmlnmaikcemdjeo
คำอธิบาย Streams from multiple games in one place.
ขนาดไฟล์ 511 KB
จำนวนการติดตั้ง 214
เวอร์ชันปัจจุบัน 0.60
อัปเดตครั้งล่าสุด 2016-09-15
วันที่เผยแพร่ 2016-09-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Chris Gilbert
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stream Viewer",
    "version": "0.60",
    "manifest_version": 2,
    "description": "Streams from multiple games in one place.",
    "browser_action": {
        "default_icon": "img\/icon\/twitch-icon.png",
        "default_popup": "index.html",
        "default_title": "StreamViewer"
    },
    "icons": {
        "128": "img\/icon\/twitch-icon.png"
    },
    "permissions": [
        "*:\/\/api.twitch.tv\/*",
        "tabs",
        "storage"
    ]
}