Riffle.tv
Streaming companion for modern interactions between viewers and streamers.
什么是Riffle.tv?
Riffle.tv是由Riffle.tv开发的Chrome扩展程序,该扩展的主要功能是“Streaming companion for modern interactions between viewers and streamers.”。
扩展截图
下载Riffle.tv扩展crx文件
下载Riffle.tv扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Riffle.tv - Streaming companion
This is the best app to interact with your favorite streamers.
With Riffle.tv chrome extension, you can interact with your favorite streamer via multiple ways:
★ Ask Me Anything, ask the streamer anything
★ Giveaways session to win infinite prizes
* Playlist and song requests
★ Song Request, play your music on stream
★ Poll, let the streamer what you want
★ Minigames between viewers
★ Many more !
This tool is free for viewers & for streamers.
Join the movement. Join Riffle.tv
**If you are a streamer you should visit this: www.riffle.tv 扩展基本信息
| 名称 | |
| ID | hhaioggmknhfkeckfehpjepmjkbkmncl |
| 官方URL | https://chromewebstore.google.com/detail/riffletv/hhaioggmknhfkeckfehpjepmjkbkmncl |
| 简介 | Streaming companion for modern interactions between viewers and streamers. |
| 文件大小 | 23.45 KB |
| 安装次数 | 295 |
| 当前版本 | 0.3.4 |
| 更新时间 | 2016-03-19 |
| 上架时间 | 2016-03-19 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | Riffle.tv |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.riffle.tv |
| 隐私政策页面URL | http://www.riffle.tv/terms.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"run_at": "document_end",
"js": [
"riffle.js"
],
"matches": [
"*:\/\/*.twitch.tv\/*"
]
}
],
"description": "Streaming companion for modern interactions between viewers and streamers.",
"icons": {
"128": "riffle.png"
},
"manifest_version": 2,
"name": "Riffle.tv",
"short_name": "Riffle",
"homepage_url": "http:\/\/www.riffle.tv",
"permissions": [
"*:\/\/*.twitch.tv\/*"
],
"version": "0.3.4",
"applications": {
"gecko": {
"id": "[email protected]"
}
}
} | |