Fantasy Draft +

Aids in live fantasy football drafts

Fantasy Draft +란 무엇입니까?

Fantasy Draft +은(는) TJ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Aids in live fantasy football drafts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fantasy Draft + 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        For the fantasy novice or expert. Currently only compatible with Yahoo Fantasy Football Drafts. Live updates after each draft pick! Created it for my own personal use, but welcome all feedback/suggestions. 

Features:
- Highlighting suggested next pick
- Excluding (graying out) players that shouldn't even be considered
- Lightening players that you have too many of or have already drafted for the position
- Green/red coloring on xrank comparing yahoo to expert consensus rankings
- Bye week warnings for each position
- Change scoring format in extension options (STD, Half PPR, PPR)
- New columns ECR (Expert Consensus Rank) and Tier                    

확장 프로그램 기본 정보

이름 Fantasy Draft + Fantasy Draft +
ID ncngfnjalmleacekfhoiodfigkklleej
공식 URL https://chromewebstore.google.com/detail/fantasy-draft-+/ncngfnjalmleacekfhoiodfigkklleej
설명 Aids in live fantasy football drafts
파일 크기 80.44 KB
설치 횟수 155
현재 버전 2.0.2
최근 업데이트 2019-08-17
출시 날짜 2019-08-17
평점 5.00/5 총 1 개의 평점
개발자 TJ
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "third-party\/jquery.min.js",
                "script.js"
            ],
            "matches": [
                "file:\/\/*draft-extension\/*",
                "https:\/\/football.fantasysports.yahoo.com\/draftclient\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Aids in live fantasy football drafts",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn1UnBoOqKumhALohoj3oYakrAgzMWrJX5XhO6m1Ozs7QffIpM8IkhDp7AD7Yk5mjEBLrYOIMvMlOFmJK75s3xrVJuAPAhRSPiLDm+1ZhaAp4qQSFKq28NppqCqG4LNGBPsykb3YJ+y9zAI4Gr7je5TMpanZ18nIXNDlwD3h9yS6AKwe4RoOzowQK8Vwwu45gWnOBmprITk03ybekqSmHgYla7BNpDuhxoUvmSdoEh2LZznJyM3Po3fw1uFwfmwh3UUZiHGQa\/MLAcaFd\/MFhmP4Snzb8nYXwdPTqWDzakgU6mVRgIfQDr17pAVMtDBBVeaDTDwCdnSbQvxsB0rYaywIDAQAB",
    "manifest_version": 2,
    "name": "Fantasy Draft +",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "page_action": {
        "default_icon": {
            "128": "icon128.png",
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/football.fantasysports.yahoo.com\/draftclient\/*",
        "https:\/\/partners.fantasypros.com\/api\/*",
        "storage",
        "declarativeContent"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2"
}