Rabbit TV Plus
Rabbit TV Plus
Rabbit TV Plus란 무엇입니까?
Rabbit TV Plus은(는) http://rtv2.rabbittvgo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rabbit TV Plus"입니다.
확장 프로그램 스크린샷
Rabbit TV Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Rabbit TV Plus extension for Google Chrome makes it easy to log in to your Rabbit TV Plus account with the click of a button, giving you instant access to over 350,000 TV Episodes, 100,000+ Free Movies, 50,000+ Radio Stations, plus hundreds of live channels, sports, music, news, games and so much more, all in one place. Watch anytime on any device - desktops, laptops, smartphones and tablets. • Watch full episodes from the top TV shows & movies on-demand • VOD from ABC, NBC, CBS, Fox, History, A&E, and many more! • Explore hundreds of Live Channels such as Animal Planet, Bloomberg, QVC, etc. • Over 50k Radio Stations + music video channels from every genre and decade • Use it anytime on any device – Desktop, Laptop, Mobile, Tablet • Includes 1 Full Year of Service • Sign Up in Seconds Note: You must have a Rabbit TV Plus account to log in. Sign up today at http://rabbittvplus.com Need help? Chat with one of our live operators 24/7 at http://rabbittvsupport.com
확장 프로그램 기본 정보
이름 | |
ID | olcdimpneagmephbnknfchnemiafdkan |
공식 URL | https://chrome.google.com/webstore/detail/rabbit-tv-plus/olcdimpneagmephbnknfchnemiafdkan |
설명 | Rabbit TV Plus |
파일 크기 | 12.86 KB |
설치 횟수 | 1,000 |
현재 버전 | 0.2 |
최근 업데이트 | 2015-02-16 |
출시 날짜 | 2015-02-16 |
평점 | 4.30/5 총 27 개의 평점 |
개발자 | http://rtv2.rabbittvgo.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://rabbittvplus.com |
도움말 페이지 URL | http://rabbittvsupport.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rabbit TV Plus", "short_name": "Rabbit TV ", "description": "Rabbit TV Plus", "version": "0.2", "permissions": [ "contextMenus", "alarms", "notifications", "tabs", "webNavigation", "*:\/\/*\/*", "storage" ], "content_security_policy": "script-src 'self' ; object-src 'self'", "manifest_version": 2, "browser_action": { "name": "rtv2.rabbittvgo.com", "default_icon": "toolbarIcon.png" }, "background": { "scripts": [ "background.js" ] } } |