Riffle.tv
Streaming companion for modern interactions between viewers and streamers.
O que é Riffle.tv?
Riffle.tv é uma extensão do Chrome desenvolvida por Riffle.tv, e sua principal característica é "Streaming companion for modern interactions between viewers and streamers.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Riffle.tv
Baixe arquivos de extensão Riffle.tv no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Riffle.tv |
ID | hhaioggmknhfkeckfehpjepmjkbkmncl |
URL Oficial | https://chromewebstore.google.com/detail/riffletv/hhaioggmknhfkeckfehpjepmjkbkmncl |
Descrição | Streaming companion for modern interactions between viewers and streamers. |
Tamanho do Arquivo | 23.45 KB |
Contagem de Instalações | 295 |
Versão Atual | 0.3.4 |
Última Atualização | 2016-03-19 |
Data de Publicação | 2016-03-19 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | Riffle.tv |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.riffle.tv |
URL da Página de Política de Privacidade | http://www.riffle.tv/terms.html |
Idiomas Suportados | 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]" } } } |