NBA League Pass Auto Login

International NBA League Pass Auto Login

What is NBA League Pass Auto Login?

NBA League Pass Auto Login is a Chrome extension developed by kilinhead, and its main feature is "International NBA League Pass Auto Login".

Extension Screenshots

screenshot

Download NBA League Pass Auto Login Extension CRX File

Download NBA League Pass Auto Login 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

                        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.                    

Extension Basic Information

Name NBA League Pass Auto Login NBA League Pass Auto Login
ID dhokeechijknaledflfhcpmjkmibhblc
Official URL https://chromewebstore.google.com/detail/nba-league-pass-auto-logi/dhokeechijknaledflfhcpmjkmibhblc
Description International NBA League Pass Auto Login
File Size 725 KB
Installation Count 729
Current Version 1.0.2
Last Updated 2013-11-25
Publish Date 2013-11-25
Rating 4.11/5 Total 18 Ratings
Developer kilinhead
Payment Type free
Help Page URL http://kilinhead.com
Supported Languages 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"
}