Yahoo Fantasy Basketball Extender
Enhances yahoo fantasy basketball!
Was ist Yahoo Fantasy Basketball Extender?
Yahoo Fantasy Basketball Extender ist eine Chrome-Erweiterung, die von Sahil Agarwal entwickelt wurde, und ihr Hauptmerkmal ist "Enhances yahoo fantasy basketball!".
Erweiterungsscreenshots
Yahoo Fantasy Basketball Extender-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yahoo Fantasy Basketball Extender-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dajecldpmkjkhofjdmblkcgplmapkiee |
| Offizielle URL | https://chromewebstore.google.com/detail/yahoo-fantasy-basketball/dajecldpmkjkhofjdmblkcgplmapkiee |
| Beschreibung | Enhances yahoo fantasy basketball! |
| Dateigröße | 18.33 KB |
| Installationsanzahl | 258 |
| Aktuelle Version | 1.8.1 |
| Letztes Update | 2020-12-26 |
| Veröffentlichungsdatum | 2020-04-23 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Sahil Agarwal |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/sahilda/yahoo-fantasybb-extender |
| Hilfeseite URL | https://github.com/sahilda/yahoo-fantasybb-extender |
| Unterstützte Sprachen | 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"
]
}
]
} | |