Riffle.tv

Streaming companion for modern interactions between viewers and streamers.

What is Riffle.tv?

Riffle.tv is a Chrome extension developed by Riffle.tv, and its main feature is "Streaming companion for modern interactions between viewers and streamers.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Riffle.tv Extension CRX File

Download Riffle.tv extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Riffle.tv Riffle.tv
ID hhaioggmknhfkeckfehpjepmjkbkmncl
Official URL https://chromewebstore.google.com/detail/riffletv/hhaioggmknhfkeckfehpjepmjkbkmncl
Description Streaming companion for modern interactions between viewers and streamers.
File Size 23.45 KB
Installation Count 295
Current Version 0.3.4
Last Updated 2016-03-19
Publish Date 2016-03-19
Rating 4.33/5 Total 6 Ratings
Developer Riffle.tv
Email [email protected]
Payment Type free
Extension Website http://www.riffle.tv
Privacy Policy Page URL http://www.riffle.tv/terms.html
Supported Languages 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]"
        }
    }
}