RotoGrinders Baseball Reference

Show DFS Points next to Player Stat Tables

什么是RotoGrinders Baseball Reference?

RotoGrinders Baseball Reference是由rotogrinders-extensions开发的Chrome扩展程序,该扩展的主要功能是“Show DFS Points next to Player Stat Tables”。

扩展截图

screenshot

下载RotoGrinders Baseball Reference扩展crx文件

下载RotoGrinders Baseball Reference扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension from RotoGrinders.com adds Daily Fantasy score columns to the stat tables on baseball-reference.com. View DFS scoring for Team, Individual, and Splits pages. Currently supports scoring for FanDuel, DraftKings, FantasyDraft, and Yahoo.

**Release Notes** 

Version 1.4: Added FantasyDraft and Yahoo support; fixed calculation errors

RotoGrinders is The Daily Fantasy Games Authority.  Visit http://rotogrinders.com for more research tools and in-depth analysis from the industry's leading experts.  

Other RotoGrinders Chrome Extensions:

Basketball Reference:
https://chrome.google.com/webstore/detail/rotogrinders-basketball-r/mklaikjfchdedoaemannepoofcpgbfbn

FanDuel Tools: 
https://chrome.google.com/webstore/detail/fanduel-helper/felhhccenjfgepphdanniaeclbjhklca

DraftKings Tools:
https://chrome.google.com/webstore/detail/rotogrinders-draftkings-t/lokmacldfjfgajcebibmmfohacnikhhd                    

扩展基本信息

名称 RotoGrinders Baseball Reference RotoGrinders Baseball Reference
ID phbncockdjlgigphclmaeejikgollabn
官方URL https://chromewebstore.google.com/detail/rotogrinders-baseball-ref/phbncockdjlgigphclmaeejikgollabn
简介 Show DFS Points next to Player Stat Tables
文件大小 110 KB
安装次数 666
当前版本 1.4
更新时间 2019-04-05
上架时间 2019-04-05
评分 5.00/5 共4次评分
开发者 rotogrinders-extensions
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://rical-misc.s3.amazonaws.com/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RotoGrinders Baseball Reference",
    "applications": {
        "gecko": {
            "id": "jid1-mZLHEJa3BPgQHg@jetpack"
        }
    },
    "version": "1.4",
    "description": "Show DFS Points next to Player Stat Tables",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.baseball-reference.com\/*",
                "https:\/\/www.baseball-reference.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.baseball-reference.com\/*"
    ],
    "web_accessible_resources": [
        "logo_128.png"
    ],
    "icons": {
        "128": "logo_128.png"
    }
}