Yahoo Fantasy Basketball Extender

Enhances yahoo fantasy basketball!

Co je Yahoo Fantasy Basketball Extender?

Yahoo Fantasy Basketball Extender je rozšíření Chrome vyvinuté Sahil Agarwal, a jeho hlavní funkcí je „Enhances yahoo fantasy basketball!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Yahoo Fantasy Basketball Extender

Stáhněte si soubory rozšíření Yahoo Fantasy Basketball Extender ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Yahoo Fantasy Basketball Extender Yahoo Fantasy Basketball Extender
ID dajecldpmkjkhofjdmblkcgplmapkiee
Oficiální URL https://chromewebstore.google.com/detail/yahoo-fantasy-basketball/dajecldpmkjkhofjdmblkcgplmapkiee
Popis Enhances yahoo fantasy basketball!
Velikost souboru 18.33 KB
Počet instalací 258
Aktuální Verze 1.8.1
Poslední Aktualizace 2020-12-26
Datum Vydání 2020-04-23
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Sahil Agarwal
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/sahilda/yahoo-fantasybb-extender
URL Stránky Nápovědy https://github.com/sahilda/yahoo-fantasybb-extender
Podporované Jazyky 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"
            ]
        }
    ]
}