Stream Viewer

Streams from multiple games in one place.

什麼是Stream Viewer?

Stream Viewer是由Chris Gilbert開發的Chrome擴展程式,該擴展的主要功能是“Streams from multiple games in one place.”。

擴展截圖

screenshot
screenshot

下載Stream Viewer擴展crx文件

下載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
官方網址 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"
    ]
}