Riffle.tv

Streaming companion for modern interactions between viewers and streamers.

Riffle.tv란 무엇입니까?

Riffle.tv은(는) Riffle.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Streaming companion for modern interactions between viewers and streamers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Riffle.tv 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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]"
        }
    }
}