Rabbit TV Plus

Rabbit TV Plus

O que é Rabbit TV Plus?

Rabbit TV Plus é uma extensão do Chrome desenvolvida por http://rtv2.rabbittvgo.com, e sua principal característica é "Rabbit TV Plus".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rabbit TV Plus

Baixe arquivos de extensão Rabbit TV Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Rabbit TV Plus Rabbit TV Plus
ID olcdimpneagmephbnknfchnemiafdkan
URL Oficial https://chrome.google.com/webstore/detail/rabbit-tv-plus/olcdimpneagmephbnknfchnemiafdkan
Descrição Rabbit TV Plus
Tamanho do Arquivo 12.86 KB
Contagem de Instalações 1,000
Versão Atual 0.2
Última Atualização 2015-02-16
Data de Publicação 2015-02-16
Classificação 4.30/5 Total de 27 Avaliações
Desenvolvedor http://rtv2.rabbittvgo.com
Tipo de Pagamento free
Site da Extensão http://rabbittvplus.com
URL da Página de Ajuda http://rabbittvsupport.com
Idiomas Suportados 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"
        ]
    }
}