NBA League Pass Auto Login

International NBA League Pass Auto Login

Cos'è NBA League Pass Auto Login?

NBA League Pass Auto Login è un'estensione di Chrome sviluppata da kilinhead, e la sua funzione principale è "International NBA League Pass Auto Login".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NBA League Pass Auto Login

Scarica i file di estensione NBA League Pass Auto Login in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NBA League Pass Auto Login NBA League Pass Auto Login
ID dhokeechijknaledflfhcpmjkmibhblc
URL Ufficiale https://chromewebstore.google.com/detail/nba-league-pass-auto-logi/dhokeechijknaledflfhcpmjkmibhblc
Descrizione International NBA League Pass Auto Login
Dimensione del File 725 KB
Conteggio Installazioni 729
Versione Corrente 1.0.2
Ultimo Aggiornamento 2013-11-25
Data di Pubblicazione 2013-11-25
Valutazione 4.11/5 Totale 18 Valutazioni
Sviluppatore kilinhead
Tipo di Pagamento free
URL della Pagina di Aiuto http://kilinhead.com
Lingue Supportate 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"
}