NBA.com Timezone Converter Extension

Change the time of games to the users current timezone

Co je NBA.com Timezone Converter Extension?

NBA.com Timezone Converter Extension je rozšíření Chrome vyvinuté felipe.hollerbach, a jeho hlavní funkcí je „Change the time of games to the users current timezone“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření NBA.com Timezone Converter Extension

Stáhněte si soubory rozšíření NBA.com Timezone Converter Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název NBA.com Timezone Converter Extension NBA.com Timezone Converter Extension
ID chjganeonnmhnkjhekhnmjcjnedfglbd
Oficiální URL https://chromewebstore.google.com/detail/nbacom-timezone-converter/chjganeonnmhnkjhekhnmjcjnedfglbd
Popis Change the time of games to the users current timezone
Velikost souboru 29.66 KB
Počet instalací 55
Aktuální Verze 0.4.0
Poslední Aktualizace 2023-05-06
Datum Vydání 2022-05-11
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář felipe.hollerbach
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Rodcot/NBA_Timezone_Converter
Podporované Jazyky 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"
    }
}