RoA Stream Browser
Browse and watch Rival of Aether livestreams
什么是RoA Stream Browser?
RoA Stream Browser是由Turquoise开发的Chrome扩展程序,该扩展的主要功能是“Browse and watch Rival of Aether livestreams”。
扩展截图
下载RoA Stream Browser扩展crx文件
下载RoA Stream Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Browse a list of players currently streaming Rivals of Aether on Twitch.tv!
Easily navigate to popular RoA resources. 扩展基本信息
| 名称 | |
| ID | bokcdibagjbdcgmffolegbabmakajphe |
| 官方URL | https://chromewebstore.google.com/detail/roa-stream-browser/bokcdibagjbdcgmffolegbabmakajphe |
| 简介 | Browse and watch Rival of Aether livestreams |
| 文件大小 | 52.3 KB |
| 安装次数 | 54 |
| 当前版本 | 3 |
| 更新时间 | 2019-11-01 |
| 上架时间 | 2019-10-31 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | Turquoise |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RoA Stream Browser",
"description": "Browse and watch Rival of Aether livestreams",
"version": "3",
"browser_action": {
"default_icon": "\/images\/icon.png",
"default_popup": "RoA_Stream_Browser.html"
},
"permissions": [
"https:\/\/ajax.googleapis.com\/"
],
"content_scripts": [
{
"js": [
"jquery.min.js"
],
"matches": [
"https:\/\/*\/*"
]
}
]
} | |