RotoGrinders Baseball Reference

Show DFS Points next to Player Stat Tables

O que é RotoGrinders Baseball Reference?

RotoGrinders Baseball Reference é uma extensão do Chrome desenvolvida por rotogrinders-extensions, e sua principal característica é "Show DFS Points next to Player Stat Tables".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RotoGrinders Baseball Reference

Baixe arquivos de extensão RotoGrinders Baseball Reference no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome RotoGrinders Baseball Reference RotoGrinders Baseball Reference
ID phbncockdjlgigphclmaeejikgollabn
URL Oficial https://chromewebstore.google.com/detail/rotogrinders-baseball-ref/phbncockdjlgigphclmaeejikgollabn
Descrição Show DFS Points next to Player Stat Tables
Tamanho do Arquivo 110 KB
Contagem de Instalações 666
Versão Atual 1.4
Última Atualização 2019-04-05
Data de Publicação 2019-04-05
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor rotogrinders-extensions
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://rical-misc.s3.amazonaws.com/privacy-policy.html
Idiomas Suportados 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"
    }
}