NBA League Pass Auto Login

International NBA League Pass Auto Login

Apa itu NBA League Pass Auto Login?

NBA League Pass Auto Login adalah ekstensi Chrome yang dikembangkan oleh kilinhead, dan fitur utamanya adalah "International NBA League Pass Auto Login".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NBA League Pass Auto Login

Unduh file ekstensi NBA League Pass Auto Login dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NBA League Pass Auto Login NBA League Pass Auto Login
ID dhokeechijknaledflfhcpmjkmibhblc
URL Resmi https://chromewebstore.google.com/detail/nba-league-pass-auto-logi/dhokeechijknaledflfhcpmjkmibhblc
Deskripsi International NBA League Pass Auto Login
Ukuran File 725 KB
Jumlah Instalasi 729
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2013-11-25
Tanggal Publikasi 2013-11-25
Penilaian 4.11/5 Total 18 Penilaian
Pengembang kilinhead
Tipe Pembayaran free
URL Halaman Bantuan http://kilinhead.com
Bahasa yang Didukung 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"
}