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 |
| Eメール | [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]"
}
}
} | |