League Streams: Stream Browser
A quick and detailed stream browser.
什么是League Streams: Stream Browser?
League Streams: Stream Browser是由Brioux开发的Chrome扩展程序,该扩展的主要功能是“A quick and detailed stream browser.”。
扩展截图
下载League Streams: Stream Browser扩展crx文件
下载League Streams: Stream Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily access streams from multiple games right from your browser. League Streams includes both Azubu.tv and Twitch.tv streams. You are given control of this extension to customize to suite your viewing experience. Skin it, Customize it, love it. 2015+ Update: Check out the other stream browser, it has almost identical features and then some more. Likely new updates will only be pushed to the new extension. Grab it for free here: https://chrome.google.com/webstore/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm
扩展基本信息
名称 | League Streams: Stream Browser |
ID | plbfmpfcbppeepkmbgphjpgldpgglbob |
官方URL | https://chromewebstore.google.com/detail/league-streams-stream-bro/plbfmpfcbppeepkmbgphjpgldpgglbob |
简介 | A quick and detailed stream browser. |
文件大小 | 361 KB |
安装次数 | 246 |
当前版本 | 1.4.5.1 |
更新时间 | 2017-10-04 |
上架时间 | 2017-10-03 |
评分 | 4.36/5 共22次评分 |
开发者 | Brioux |
付费类型 | free |
扩展官网 | http://mad-chemist.com |
帮助页面URL | http://mad-chemist.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "League Streams: Stream Browser", "description": "A quick and detailed stream browser.", "version": "1.4.5.1", "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "css\/images\/16.png", "default_popup": "index.html" }, "icons": { "16": "css\/images\/16.png", "128": "css\/images\/128.png" } } |