NBA.com Timezone Converter Extension

Change the time of games to the users current timezone

O que é NBA.com Timezone Converter Extension?

NBA.com Timezone Converter Extension é uma extensão do Chrome desenvolvida por felipe.hollerbach, e sua principal característica é "Change the time of games to the users current timezone".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão NBA.com Timezone Converter Extension

Baixe arquivos de extensão NBA.com Timezone Converter Extension 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

                        Change the times listed for current NBA games on the NBA league pass website (nba.com) to your local timezone instead of the standard Eastern Time that is used on the website. This isn't an option in any of the settings so using this extension is the only way to avoid having to convert the time manually.

Extension inspired by elibretto's extension: https://chrome.google.com/webstore/detail/nba-timezone-extension/lpbnlpmmjelgjabfaopaalpficcbinjj?hl=en-GB

I only updated it since the last update was from 2018, and I really wanted this to work.

current version 0.4.0 - working as of 5th of May 2023                    

Informações Básicas da Extensão

Nome NBA.com Timezone Converter Extension NBA.com Timezone Converter Extension
ID chjganeonnmhnkjhekhnmjcjnedfglbd
URL Oficial https://chromewebstore.google.com/detail/nbacom-timezone-converter/chjganeonnmhnkjhekhnmjcjnedfglbd
Descrição Change the time of games to the users current timezone
Tamanho do Arquivo 29.66 KB
Contagem de Instalações 55
Versão Atual 0.4.0
Última Atualização 2023-05-06
Data de Publicação 2022-05-11
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor felipe.hollerbach
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Rodcot/NBA_Timezone_Converter
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NBA.com Timezone Converter Extension",
    "version": "0.4.0",
    "description": "Change the time of games to the users current timezone",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nba.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    }
}