Yahoo Fantasy Basketball Extender

Enhances yahoo fantasy basketball!

Co to jest Yahoo Fantasy Basketball Extender?

Yahoo Fantasy Basketball Extender to rozszerzenie Chrome opracowane przez Sahil Agarwal, a jego główną funkcją jest „Enhances yahoo fantasy basketball!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Yahoo Fantasy Basketball Extender

Pobierz pliki rozszerzeń Yahoo Fantasy Basketball Extender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Yahoo Fantasy Basketball Extender Yahoo Fantasy Basketball Extender
ID dajecldpmkjkhofjdmblkcgplmapkiee
Oficjalny URL https://chromewebstore.google.com/detail/yahoo-fantasy-basketball/dajecldpmkjkhofjdmblkcgplmapkiee
Opis Enhances yahoo fantasy basketball!
Rozmiar pliku 18.33 KB
Liczba instalacji 258
Aktualna Wersja 1.8.1
Ostatnia Aktualizacja 2020-12-26
Data Publikacji 2020-04-23
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Sahil Agarwal
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/sahilda/yahoo-fantasybb-extender
Adres URL Strony Pomocy https://github.com/sahilda/yahoo-fantasybb-extender
Obsługiwane Języki 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"
            ]
        }
    ]
}