NBA.com Timezone Converter Extension

Change the time of games to the users current timezone

Vad är NBA.com Timezone Converter Extension?

NBA.com Timezone Converter Extension är en Chrome-tillägg utvecklad av felipe.hollerbach, och dess huvudfunktion är "Change the time of games to the users current timezone".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner NBA.com Timezone Converter Extension-förlängningens CRX-fil

Ladda ner NBA.com Timezone Converter Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn NBA.com Timezone Converter Extension NBA.com Timezone Converter Extension
ID chjganeonnmhnkjhekhnmjcjnedfglbd
Officiell webbadress https://chromewebstore.google.com/detail/nbacom-timezone-converter/chjganeonnmhnkjhekhnmjcjnedfglbd
Beskrivning Change the time of games to the users current timezone
Filstorlek 29.66 KB
Antal Installationer 55
Aktuell Version 0.4.0
Senast Uppdaterad 2023-05-06
Publiceringsdatum 2022-05-11
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare felipe.hollerbach
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Rodcot/NBA_Timezone_Converter
Stödda Språk 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"
    }
}