NBA.com Timezone Converter Extension

Change the time of games to the users current timezone

What is NBA.com Timezone Converter Extension?

NBA.com Timezone Converter Extension is a Chrome extension developed by felipe.hollerbach, and its main feature is "Change the time of games to the users current timezone".

Extension Screenshots

screenshot
screenshot

Download NBA.com Timezone Converter Extension Extension CRX File

Download NBA.com Timezone Converter Extension 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

                        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                    

Extension Basic Information

Name NBA.com Timezone Converter Extension NBA.com Timezone Converter Extension
ID chjganeonnmhnkjhekhnmjcjnedfglbd
Official URL https://chromewebstore.google.com/detail/nbacom-timezone-converter/chjganeonnmhnkjhekhnmjcjnedfglbd
Description Change the time of games to the users current timezone
File Size 29.66 KB
Installation Count 55
Current Version 0.4.0
Last Updated 2023-05-06
Publish Date 2022-05-11
Rating 5.00/5 Total 3 Ratings
Developer felipe.hollerbach
Email [email protected]
Payment Type free
Extension Website https://github.com/Rodcot/NBA_Timezone_Converter
Supported Languages 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"
    }
}