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