Yahoo Fantasy Basketball Extender
Enhances yahoo fantasy basketball!
Yahoo Fantasy Basketball Extenderとは何ですか?
Yahoo Fantasy Basketball ExtenderはSahil Agarwalによって開発されたChromeの拡張機能で、その主な機能は「Enhances yahoo fantasy basketball!」です。
拡張機能のスクリーンショット
Yahoo Fantasy Basketball Extender拡張機能のCRXファイルをダウンロード
Yahoo Fantasy Basketball Extender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension for yahoo fantasy basketball, showing the total games each player is playing this week.
v1.8.1
- Added 2020-2021 NBA games
v1.7.0
- Added 2019-2020 NBA games
v1.6.0
- Added 2018-2019 NBA games
v1.5.1
- Fixed matchup page week (the url shows the wrong week, so upped it by 1) 拡張機能の基本情報
| 名前 | |
| ID | dajecldpmkjkhofjdmblkcgplmapkiee |
| 公式URL | https://chromewebstore.google.com/detail/yahoo-fantasy-basketball/dajecldpmkjkhofjdmblkcgplmapkiee |
| 説明 | Enhances yahoo fantasy basketball! |
| ファイルサイズ | 18.33 KB |
| インストール数 | 258 |
| 現在のバージョン | 1.8.1 |
| 最終更新日 | 2020-12-26 |
| 公開日 | 2020-04-23 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | Sahil Agarwal |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/sahilda/yahoo-fantasybb-extender |
| ヘルプページのURL | https://github.com/sahilda/yahoo-fantasybb-extender |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Yahoo Fantasy Basketball Extender",
"short_name": "yahoo fbb extender",
"version": "1.8.1",
"description": "Enhances yahoo fantasy basketball!",
"icons": {
"96": "basketball.png",
"128": "basketball_128.png"
},
"homepage_url": "https:\/\/github.com\/sahilda\/yahoo-fantasybb-extender",
"permissions": [
"activeTab",
"https:\/\/basketball.fantasysports.yahoo.com\/nba\/*\/*"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/basketball.fantasysports.yahoo.com\/nba\/*\/*"
],
"js": [
"content_script.js"
]
}
]
} | |