Stream Viewer
Streams from multiple games in one place.
Stream Viewerとは何ですか?
Stream ViewerはChris Gilbertによって開発されたChromeの拡張機能で、その主な機能は「Streams from multiple games in one place.」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
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" ] } |