Stream Viewer

Streams from multiple games in one place.

Stream Viewer là gì?

Stream Viewer là một tiện ích mở rộng Chrome được phát triển bởi Chris Gilbert, và tính năng chính của nó là "Streams from multiple games in one place.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stream Viewer

Tải xuống các tệp mở rộng Stream Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

New features and updates coming soon!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stream Viewer Stream Viewer
ID plnfhlmpanmpgalcajmlnmaikcemdjeo
URL Chính Thức https://chrome.google.com/webstore/detail/stream-viewer/plnfhlmpanmpgalcajmlnmaikcemdjeo
Mô tả Streams from multiple games in one place.
Kích Thước Tệp 511 KB
Số Lần Cài Đặt 214
Phiên Bản Hiện Tại 0.60
Cập Nhật Lần Cuối 2016-09-15
Ngày Phát Hành 2016-09-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Chris Gilbert
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}