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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |