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" ] } |