Stream Overview Help for Twitch.tv
Shows current most popular CS:GO, Dota2 and SC2 streams with the ability to browse through current top 10 streams of Twitch.tv
什么是Stream Overview Help for Twitch.tv?
Stream Overview Help for Twitch.tv是由elmatzo开发的Chrome扩展程序,该扩展的主要功能是“Shows current most popular CS:GO, Dota2 and SC2 streams with the ability to browse through current top 10 streams of Twitch.tv”。
扩展截图
下载Stream Overview Help for Twitch.tv扩展crx文件
下载Stream Overview Help for Twitch.tv扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Extension helps you to browse through popular streams of twitch.tv - including Starcraft 2, DOTA2 and Counterstrike:Global Offensive. You can also choose to browse through other highly demanded games that are currently streamed. When hovering a stream it will tell u the status and by clicking it the stream will open in a new browser tab.
扩展基本信息
名称 | Stream Overview Help for Twitch.tv |
ID | ojippkcpbeoaidiagnpfojbhlgnllnkf |
官方URL | https://chromewebstore.google.com/detail/stream-overview-help-for/ojippkcpbeoaidiagnpfojbhlgnllnkf |
简介 | Shows current most popular CS:GO, Dota2 and SC2 streams with the ability to browse through current top 10 streams of Twitch.tv |
文件大小 | 73.15 KB |
安装次数 | 20 |
当前版本 | 1.0 |
更新时间 | 2014-07-27 |
上架时间 | 2014-07-27 |
评分 | 5.00/5 共4次评分 |
开发者 | elmatzo |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stream Overview Help for Twitch.tv", "description": "Shows current most popular CS:GO, Dota2 and SC2 streams with the ability to browse through current top 10 streams of Twitch.tv", "version": "1.0", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_security_policy": "script-src 'self' https:\/\/api.twitch.tv; object-src 'self'", "browser_action": { "default_icon": "default_icon.png", "default_popup": "popup.html" } } |