Rabbit TV Plus

Rabbit TV Plus

Rabbit TV Plusとは何ですか?

Rabbit TV Plusはhttp://rtv2.rabbittvgo.comによって開発されたChromeの拡張機能で、その主な機能は「Rabbit TV Plus」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Rabbit TV Plus拡張機能のCRXファイルをダウンロード

Rabbit TV Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Rabbit TV Plus Rabbit TV Plus
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"
        ]
    }
}