NBA.com Timezone Converter Extension

Change the time of games to the users current timezone

Что такое NBA.com Timezone Converter Extension?

NBA.com Timezone Converter Extension - это расширение Chrome, разработанное felipe.hollerbach, и его основная функция - "Change the time of games to the users current timezone".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения NBA.com Timezone Converter Extension

Скачайте файлы расширений NBA.com Timezone Converter Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название NBA.com Timezone Converter Extension NBA.com Timezone Converter Extension
ID chjganeonnmhnkjhekhnmjcjnedfglbd
Официальный URL https://chromewebstore.google.com/detail/nbacom-timezone-converter/chjganeonnmhnkjhekhnmjcjnedfglbd
Описание Change the time of games to the users current timezone
Размер файла 29.66 KB
Количество установок 55
Текущая Версия 0.4.0
Последнее Обновление 2023-05-06
Дата публикации 2022-05-11
Рейтинг 5.00/5 Всего 3 оценок
Разработчик felipe.hollerbach
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Rodcot/NBA_Timezone_Converter
Поддерживаемые языки 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"
    }
}