Riffle.tv
Streaming companion for modern interactions between viewers and streamers.
Cos'è Riffle.tv?
Riffle.tv è un'estensione di Chrome sviluppata da Riffle.tv, e la sua funzione principale è "Streaming companion for modern interactions between viewers and streamers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Riffle.tv
Scarica i file di estensione Riffle.tv in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hhaioggmknhfkeckfehpjepmjkbkmncl |
| URL Ufficiale | https://chromewebstore.google.com/detail/riffletv/hhaioggmknhfkeckfehpjepmjkbkmncl |
| Descrizione | Streaming companion for modern interactions between viewers and streamers. |
| Dimensione del File | 23.45 KB |
| Conteggio Installazioni | 295 |
| Versione Corrente | 0.3.4 |
| Ultimo Aggiornamento | 2016-03-19 |
| Data di Pubblicazione | 2016-03-19 |
| Valutazione | 4.33/5 Totale 6 Valutazioni |
| Sviluppatore | Riffle.tv |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.riffle.tv |
| URL della Pagina della Politica sulla Privacy | http://www.riffle.tv/terms.html |
| Lingue Supportate | 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]"
}
}
} | |