Fantasy Basketball WZRD
Fantasy Basketball WZRD will help ESPN & Yahoo Fantasy Basketball owners win their league.
什么是Fantasy Basketball WZRD?
Fantasy Basketball WZRD是由https://sportswzrd.com开发的Chrome扩展程序,该扩展的主要功能是“Fantasy Basketball WZRD will help ESPN & Yahoo Fantasy Basketball owners win their league.”。
扩展截图
下载Fantasy Basketball WZRD扩展crx文件
下载Fantasy Basketball WZRD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fantasy Basketball WZRD: Your Ultimate Fantasy Basketball Companion Welcome to the world of Fantasy excellence with Fantasy Basketball WZRD For Fantasy Basketball Enthusiasts, By Fantasy Basketball Aficionados Fantasy Basketball WZRD is a labor of love, meticulously crafted by Fantasy Basketball enthusiasts like you. Our mission? To make your Fantasy Basketball journey more streamlined and assist you in dominating your league. With this extension, we've seamlessly integrated Fantasy WZRD tools directly into your favorite webpages. Fantasy Basketball WZRD Free Features: Yahoo! and ESPN Support (2023 - 2024 Season): Stay updated with the latest Fantasy Basketball season. In-Depth Insights: Enjoy Weekly Matchup Projections (Score only) to gain a competitive edge. Player Game Counts: View the number of games each player has in any given week for the entire season. Real-Time Updates: Keep track of the games remaining for the week for each player, updated as games end. NBA Schedule at a Glance: Instantly see the number of games on tonight's NBA schedule on the matchups page. Weekly Schedule Grid: Visualize your team's weekly schedule to optimize your lineup strategy. Daily Summary of Top Performers: Stay informed with daily highlights of the best-performing players. Fantasy Basketball WZRD Pro Features (Yahoo/ESPN): Unlock All Free Features: Access the full range of features available in the free version. Customized Projections: Tailor your strategy with projections based on your preferred averages— choose from 7, 14, 30 days, or season-long averages. Decide how many games played each player's projection is based on to ensure your lineup reflects the most accurate data. Player Customization: Include or exclude players from your projections to craft your lineup precisely as you envision. "Me vs. the League" Analysis: Evaluate your performance against the competition with valuable insights. Auto Start Lineup (ESPN): Simplify your management with automated lineup adjustments. Stay Ahead with Free Updates: Benefit from regular updates and even more exciting features. Enjoy!
扩展基本信息
名称 | Fantasy Basketball WZRD |
ID | bmojbnihkmbdandkddobjnilkegcooll |
官方URL | https://chromewebstore.google.com/detail/fantasy-basketball-wzrd/bmojbnihkmbdandkddobjnilkegcooll |
简介 | Fantasy Basketball WZRD will help ESPN & Yahoo Fantasy Basketball owners win their league. |
文件大小 | 9 MB |
安装次数 | 10,159 |
当前版本 | 6.15.2 |
更新时间 | 2024-02-15 |
上架时间 | 2020-06-22 |
评分 | 4.46/5 共70次评分 |
开发者 | https://sportswzrd.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://www.sportswzrd.com |
隐私政策页面URL | https://www.sportswzrd.com/privacypolicy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantasy Basketball WZRD", "version": "6.15.2", "description": "Fantasy Basketball WZRD will help ESPN & Yahoo Fantasy Basketball owners win their league.", "icons": { "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/fantasy.espn.com\/basketball\/*" ], "js": [ "espn\/shared.js" ], "css": [ "espn\/shared-style.css" ] }, { "matches": [ "https:\/\/basketball.fantasysports.yahoo.com\/nba\/*" ], "js": [ "yahoo\/leagueTypeSetup.js", "yahoo\/teamPage.js", "yahoo\/leaguePage.js" ], "css": [ "espn\/shared-style.css" ] }, { "matches": [ "https:\/\/basketball.fantasysports.yahoo.com\/nba\/*\/research*" ], "js": [ "yahoo\/researchPage.js" ] }, { "matches": [ "https:\/\/basketball.fantasysports.yahoo.com\/nba\/*\/buzzindex*" ], "js": [ "yahoo\/transactionTrendsPage.js" ] }, { "matches": [ "https:\/\/basketball.fantasysports.yahoo.com\/nba\/*\/matchup*" ], "js": [ "yahoo\/matchupsPage.js" ] }, { "matches": [ "https:\/\/basketball.fantasysports.yahoo.com\/nba\/*\/players*" ], "js": [ "yahoo\/playersPage.js" ] } ], "manifest_version": 3, "action": { "default_icon": "assets\/icons\/icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/www.sportswzrd.com\/*" ] } |