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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the time of games to the users current timezone"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NBA.com Timezone Converter Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}