Riffle.tv

Streaming companion for modern interactions between viewers and streamers.

Co je Riffle.tv?

Riffle.tv je rozšíření Chrome vyvinuté Riffle.tv, a jeho hlavní funkcí je „Streaming companion for modern interactions between viewers and streamers.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Riffle.tv

Stáhněte si soubory rozšíření Riffle.tv ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Riffle.tv Riffle.tv
ID hhaioggmknhfkeckfehpjepmjkbkmncl
Oficiální URL https://chromewebstore.google.com/detail/riffletv/hhaioggmknhfkeckfehpjepmjkbkmncl
Popis Streaming companion for modern interactions between viewers and streamers.
Velikost souboru 23.45 KB
Počet instalací 295
Aktuální Verze 0.3.4
Poslední Aktualizace 2016-03-19
Datum Vydání 2016-03-19
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář Riffle.tv
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.riffle.tv
URL Stránky Zásad Ochrany Soukromí http://www.riffle.tv/terms.html
Podporované Jazyky 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]"
        }
    }
}