NBA Simple

Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)

O que é NBA Simple?

NBA Simple é uma extensão do Chrome desenvolvida por Chad Tillekeratne, e sua principal característica é "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão NBA Simple

Baixe arquivos de extensão NBA Simple 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 Simple provides a minimal interface to view NBA game scores and enhance the NBA League Pass experience by providing video player options not available on the standard NBA.com view (EG - fill window with video).                    

Informações Básicas da Extensão

Nome NBA Simple NBA Simple
ID oehnokjddbdmhlcldacehgnkjclmpahd
URL Oficial https://chromewebstore.google.com/detail/nba-simple/oehnokjddbdmhlcldacehgnkjclmpahd
Descrição Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)
Tamanho do Arquivo 18.22 KB
Contagem de Instalações 55
Versão Atual 0.9.4
Última Atualização 2018-11-04
Data de Publicação 2018-11-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Chad Tillekeratne
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NBA Simple",
    "version": "0.9.4",
    "description": "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage",
        "https:\/\/data.nba.net\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/basketball_16.png",
            "32": "images\/basketball_32.png",
            "48": "images\/basketball_48.png",
            "128": "images\/basketball_128.png"
        },
        "icons": {
            "16": "images\/basketball_16.png",
            "32": "images\/basketball_32.png",
            "48": "images\/basketball_48.png",
            "128": "images\/basketball_128.png"
        }
    },
    "manifest_version": 2
}