Rabbit TV Plus
Rabbit TV Plus
What is Rabbit TV Plus?
Rabbit TV Plus is a Chrome extension developed by http://rtv2.rabbittvgo.com, and its main feature is "Rabbit TV Plus".
Extension Screenshots
Download Rabbit TV Plus Extension CRX File
Download Rabbit TV Plus 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
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
Extension Basic Information
Name | |
ID | olcdimpneagmephbnknfchnemiafdkan |
Official URL | https://chrome.google.com/webstore/detail/rabbit-tv-plus/olcdimpneagmephbnknfchnemiafdkan |
Description | Rabbit TV Plus |
File Size | 12.86 KB |
Installation Count | 1,000 |
Current Version | 0.2 |
Last Updated | 2015-02-16 |
Publish Date | 2015-02-16 |
Rating | 4.30/5 Total 27 Ratings |
Developer | http://rtv2.rabbittvgo.com |
Payment Type | free |
Extension Website | http://rabbittvplus.com |
Help Page URL | http://rabbittvsupport.com |
Supported Languages | 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" ] } } |