NBA.com Timezone Converter Extension
Change the time of games to the users current timezone
Qu'est-ce que NBA.com Timezone Converter Extension ?
NBA.com Timezone Converter Extension est une extension Chrome développée par felipe.hollerbach, et sa fonction principale est "Change the time of games to the users current timezone".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NBA.com Timezone Converter Extension
Téléchargez les fichiers d'extension NBA.com Timezone Converter Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | NBA.com Timezone Converter Extension |
ID | chjganeonnmhnkjhekhnmjcjnedfglbd |
URL Officiel | https://chromewebstore.google.com/detail/nbacom-timezone-converter/chjganeonnmhnkjhekhnmjcjnedfglbd |
Description | Change the time of games to the users current timezone |
Taille du Fichier | 29.66 KB |
Nombre d'Installations | 55 |
Version Actuelle | 0.4.0 |
Dernière Mise à Jour | 2023-05-06 |
Date de Publication | 2022-05-11 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | felipe.hollerbach |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Rodcot/NBA_Timezone_Converter |
Langues Prises en Charge | 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" } } |