NBA League Pass Auto Login

International NBA League Pass Auto Login

O que é NBA League Pass Auto Login?

NBA League Pass Auto Login é uma extensão do Chrome desenvolvida por kilinhead, e sua principal característica é "International NBA League Pass Auto Login".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NBA League Pass Auto Login

Baixe arquivos de extensão NBA League Pass Auto Login 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

                        NBA League Pass Auto Login locally stores your credentials so you don't have to type the every night when you open the page.
Just click on the icon and a new tab will open with your account logged in.

For the record and as stated before, your credentials are stored LOCALLY, we DO NOT have access to them, and if it makes you feel better, we buy the subscription ourselves. We are fans too :)

This is a non-profit plugin and is not developed by the National Basketball Association. All images and logos are property of the NBA, which has all rights reserved.                    

Informações Básicas da Extensão

Nome NBA League Pass Auto Login NBA League Pass Auto Login
ID dhokeechijknaledflfhcpmjkmibhblc
URL Oficial https://chromewebstore.google.com/detail/nba-league-pass-auto-logi/dhokeechijknaledflfhcpmjkmibhblc
Descrição International NBA League Pass Auto Login
Tamanho do Arquivo 725 KB
Contagem de Instalações 729
Versão Atual 1.0.2
Última Atualização 2013-11-25
Data de Publicação 2013-11-25
Classificação 4.11/5 Total de 18 Avaliações
Desenvolvedor kilinhead
Tipo de Pagamento free
URL da Página de Ajuda http://kilinhead.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "NBA League Pass Auto Login"
    },
    "description": "International NBA League Pass Auto Login",
    "name": "NBA League Pass Auto Login",
    "permissions": [
        "https:\/\/watch.nba.com\/"
    ],
    "version": "1.0.2"
}