Yahoo Fantasy Basketball Extender

Enhances yahoo fantasy basketball!

Qu'est-ce que Yahoo Fantasy Basketball Extender ?

Yahoo Fantasy Basketball Extender est une extension Chrome développée par Sahil Agarwal, et sa fonction principale est "Enhances yahoo fantasy basketball!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yahoo Fantasy Basketball Extender

Téléchargez les fichiers d'extension Yahoo Fantasy Basketball Extender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Yahoo Fantasy Basketball Extender Yahoo Fantasy Basketball Extender
ID dajecldpmkjkhofjdmblkcgplmapkiee
URL Officiel https://chromewebstore.google.com/detail/yahoo-fantasy-basketball/dajecldpmkjkhofjdmblkcgplmapkiee
Description Enhances yahoo fantasy basketball!
Taille du Fichier 18.33 KB
Nombre d'Installations 258
Version Actuelle 1.8.1
Dernière Mise à Jour 2020-12-26
Date de Publication 2020-04-23
Évaluation 1.00/5 Total 1 Évaluations
Développeur Sahil Agarwal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sahilda/yahoo-fantasybb-extender
URL de la Page d'Aide https://github.com/sahilda/yahoo-fantasybb-extender
Langues Prises en Charge 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"
            ]
        }
    ]
}