RotoGrinders Baseball Reference

Show DFS Points next to Player Stat Tables

Co to jest RotoGrinders Baseball Reference?

RotoGrinders Baseball Reference to rozszerzenie Chrome opracowane przez rotogrinders-extensions, a jego główną funkcją jest „Show DFS Points next to Player Stat Tables”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia RotoGrinders Baseball Reference

Pobierz pliki rozszerzeń RotoGrinders Baseball Reference w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa RotoGrinders Baseball Reference RotoGrinders Baseball Reference
ID phbncockdjlgigphclmaeejikgollabn
Oficjalny URL https://chromewebstore.google.com/detail/rotogrinders-baseball-ref/phbncockdjlgigphclmaeejikgollabn
Opis Show DFS Points next to Player Stat Tables
Rozmiar pliku 110 KB
Liczba instalacji 666
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2019-04-05
Data Publikacji 2019-04-05
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper rotogrinders-extensions
E-mail davidl@bettercollective.com
Typ Płatności free
Adres URL Strony Polityki Prywatności https://rical-misc.s3.amazonaws.com/privacy-policy.html
Obsługiwane Języki 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"
    }
}