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是由felipe.hollerbach开发的Chrome扩展程序,该扩展的主要功能是“Change the time of games to the users current timezone”。

扩展截图

screenshot
screenshot

下载NBA.com Timezone Converter Extension扩展crx文件

下载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"
    }
}