NBA.com Timezone Converter Extension

Change the time of games to the users current timezone

Was ist NBA.com Timezone Converter Extension?

NBA.com Timezone Converter Extension ist eine Chrome-Erweiterung, die von felipe.hollerbach entwickelt wurde, und ihr Hauptmerkmal ist "Change the time of games to the users current timezone".

Erweiterungsscreenshots

screenshot
screenshot

NBA.com Timezone Converter Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie NBA.com Timezone Converter Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name NBA.com Timezone Converter Extension NBA.com Timezone Converter Extension
ID chjganeonnmhnkjhekhnmjcjnedfglbd
Offizielle URL https://chromewebstore.google.com/detail/nbacom-timezone-converter/chjganeonnmhnkjhekhnmjcjnedfglbd
Beschreibung Change the time of games to the users current timezone
Dateigröße 29.66 KB
Installationsanzahl 55
Aktuelle Version 0.4.0
Letztes Update 2023-05-06
Veröffentlichungsdatum 2022-05-11
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler felipe.hollerbach
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Rodcot/NBA_Timezone_Converter
Unterstützte Sprachen 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"
    }
}