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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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