Yahoo Fantasy Basketball Extender
Enhances yahoo fantasy basketball!
Cos'è Yahoo Fantasy Basketball Extender?
Yahoo Fantasy Basketball Extender è un'estensione di Chrome sviluppata da Sahil Agarwal, e la sua funzione principale è "Enhances yahoo fantasy basketball!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yahoo Fantasy Basketball Extender
Scarica i file di estensione Yahoo Fantasy Basketball Extender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | |
ID | dajecldpmkjkhofjdmblkcgplmapkiee |
URL Ufficiale | https://chromewebstore.google.com/detail/yahoo-fantasy-basketball/dajecldpmkjkhofjdmblkcgplmapkiee |
Descrizione | Enhances yahoo fantasy basketball! |
Dimensione del File | 18.33 KB |
Conteggio Installazioni | 258 |
Versione Corrente | 1.8.1 |
Ultimo Aggiornamento | 2020-12-26 |
Data di Pubblicazione | 2020-04-23 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Sahil Agarwal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sahilda/yahoo-fantasybb-extender |
URL della Pagina di Aiuto | https://github.com/sahilda/yahoo-fantasybb-extender |
Lingue Supportate | 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" ] } ] } |