DraftKings Lineup Filler - FantasyWonder.com

Instantly fill lineup for DraftKings contests.

DraftKings Lineup Filler - FantasyWonder.com란 무엇입니까?

DraftKings Lineup Filler - FantasyWonder.com은(는) https://fantasywonder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly fill lineup for DraftKings contests."입니다.

확장 프로그램 스크린샷

screenshot

DraftKings Lineup Filler - FantasyWonder.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Even if you play fantasy sports regularly, and know your way around DraftKings' interface, entering a lineup can be time consuming especially if you're entering multiple lineups. Luckily for you, our free Chrome extension can solve this problem effectively cutting down the time to select all the players in your lineup.                    

확장 프로그램 기본 정보

이름 DraftKings Lineup Filler - FantasyWonder.com DraftKings Lineup Filler - FantasyWonder.com
ID opekpkkpcbgfpnificmdbgdgaibdomhk
공식 URL https://chromewebstore.google.com/detail/draftkings-lineup-filler/opekpkkpcbgfpnificmdbgdgaibdomhk
설명 Instantly fill lineup for DraftKings contests.
파일 크기 62.51 KB
설치 횟수 108
현재 버전 0.4
최근 업데이트 2016-01-20
출시 날짜 2016-01-19
평점 3.67/5 총 3 개의 평점
개발자 https://fantasywonder.com
결제 유형 free
도움말 페이지 URL https://fantasywonder.com/blog/enter-lineups-on-draftkings-faster-with-our-chrome-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DraftKings Lineup Filler - FantasyWonder.com",
    "description": "Instantly fill lineup for DraftKings contests.",
    "version": "0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.draftkings.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.draftkings.com\/contest\/draftteam\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "page_action": {
        "default_title": "Quick Lineup Filler - FantasyWonder.com",
        "default_icon": "users6.png",
        "default_popup": "popup.html"
    }
}