Yahoo Fantasy Basketball Extender

Enhances yahoo fantasy basketball!

What is Yahoo Fantasy Basketball Extender?

Yahoo Fantasy Basketball Extender is a Chrome extension developed by Sahil Agarwal, and its main feature is "Enhances yahoo fantasy basketball!".

Extension Screenshots

screenshot

Download Yahoo Fantasy Basketball Extender Extension CRX File

Download Yahoo Fantasy Basketball Extender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Yahoo Fantasy Basketball Extender Yahoo Fantasy Basketball Extender
ID dajecldpmkjkhofjdmblkcgplmapkiee
Official URL https://chromewebstore.google.com/detail/yahoo-fantasy-basketball/dajecldpmkjkhofjdmblkcgplmapkiee
Description Enhances yahoo fantasy basketball!
File Size 18.33 KB
Installation Count 258
Current Version 1.8.1
Last Updated 2020-12-26
Publish Date 2020-04-23
Rating 1.00/5 Total 1 Ratings
Developer Sahil Agarwal
Email [email protected]
Payment Type free
Extension Website https://github.com/sahilda/yahoo-fantasybb-extender
Help Page URL https://github.com/sahilda/yahoo-fantasybb-extender
Supported Languages 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"
            ]
        }
    ]
}