Riffle.tv
Streaming companion for modern interactions between viewers and streamers.
Riffle.tv क्या है?
Riffle.tv Riffle.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Streaming companion for modern interactions between viewers and streamers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Riffle.tv एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Riffle.tv |
ID | hhaioggmknhfkeckfehpjepmjkbkmncl |
आधिकारिक URL | https://chromewebstore.google.com/detail/riffletv/hhaioggmknhfkeckfehpjepmjkbkmncl |
विवरण | Streaming companion for modern interactions between viewers and streamers. |
फ़ाइल का आकार | 23.45 KB |
स्थापना संख्या | 295 |
वर्तमान संस्करण | 0.3.4 |
अंतिम अपडेट | 2016-03-19 |
प्रकाशन तिथि | 2016-03-19 |
रेटिंग | 4.33/5 कुल 6 रेटिंग्स |
डेवलपर | Riffle.tv |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.riffle.tv |
गोपनीयता नीति पृष्ठ URL | http://www.riffle.tv/terms.html |
समर्थित भाषाएँ | 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]" } } } |