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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}