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
擴展基本資訊
名稱 | Riffle.tv |
ID | hhaioggmknhfkeckfehpjepmjkbkmncl |
官方網址 | 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]" } } } |