Riffle.tv
Streaming companion for modern interactions between viewers and streamers.
Co to jest Riffle.tv?
Riffle.tv to rozszerzenie Chrome opracowane przez Riffle.tv, a jego główną funkcją jest „Streaming companion for modern interactions between viewers and streamers.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Riffle.tv
Pobierz pliki rozszerzeń Riffle.tv w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hhaioggmknhfkeckfehpjepmjkbkmncl |
| Oficjalny URL | https://chromewebstore.google.com/detail/riffletv/hhaioggmknhfkeckfehpjepmjkbkmncl |
| Opis | Streaming companion for modern interactions between viewers and streamers. |
| Rozmiar pliku | 23.45 KB |
| Liczba instalacji | 295 |
| Aktualna Wersja | 0.3.4 |
| Ostatnia Aktualizacja | 2016-03-19 |
| Data Publikacji | 2016-03-19 |
| Ocena | 4.33/5 Łącznie 6 Oceny |
| Deweloper | Riffle.tv |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.riffle.tv |
| Adres URL Strony Polityki Prywatności | http://www.riffle.tv/terms.html |
| Obsługiwane Języki | 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]"
}
}
} | |