Yahoo Fantasy Basketball Extender
Enhances yahoo fantasy basketball!
什麼是Yahoo Fantasy Basketball Extender?
Yahoo Fantasy Basketball Extender是由Sahil Agarwal開發的Chrome擴展程式,該擴展的主要功能是“Enhances yahoo fantasy basketball!”。
擴展截圖
下載Yahoo Fantasy Basketball Extender擴展crx文件
下載Yahoo Fantasy Basketball Extender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | Yahoo Fantasy Basketball Extender |
ID | dajecldpmkjkhofjdmblkcgplmapkiee |
官方網址 | https://chromewebstore.google.com/detail/yahoo-fantasy-basketball/dajecldpmkjkhofjdmblkcgplmapkiee |
簡介 | Enhances yahoo fantasy basketball! |
檔案大小 | 18.33 KB |
安裝次數 | 258 |
目前版本 | 1.8.1 |
更新時間 | 2020-12-26 |
上架時間 | 2020-04-23 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Sahil Agarwal |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/sahilda/yahoo-fantasybb-extender |
說明頁面URL | https://github.com/sahilda/yahoo-fantasybb-extender |
支援的語言 | 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" ] } ] } |