DFSR Lineup Tool

Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel.

DFSR Lineup Tool란 무엇입니까?

DFSR Lineup Tool은(는) https://www.dailyfantasysportsrankings.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel."입니다.

확장 프로그램 스크린샷

screenshot

DFSR Lineup Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The DFSR Lineup Exporter allows you to create, save, and paste the line-ups you've created with their lineup construction tool directly into FanDuel with the click of a button. No more clicking back and forth between tabs!                    

확장 프로그램 기본 정보

이름 DFSR Lineup Tool DFSR Lineup Tool
ID bcdeldielcllliaehaoonkgalekmkmol
공식 URL https://chromewebstore.google.com/detail/dfsr-lineup-tool/bcdeldielcllliaehaoonkgalekmkmol
설명 Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel.
파일 크기 62.8 KB
설치 횟수 230
현재 버전 1.0.2
최근 업데이트 2016-02-09
출시 날짜 2016-02-09
평점 4.88/5 총 8 개의 평점
개발자 https://www.dailyfantasysportsrankings.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.dailyfantasysportsrankings.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/lineup-saver.js"
            ],
            "css": [
                "css\/dfsr.css"
            ],
            "matches": [
                "*:\/\/www.dailyfantasysportsrankings.com\/lineup-tools\/*",
                "*:\/\/www.fanduel.com\/games\/*\/contests\/*\/enter",
                "*:\/\/localhost\/*",
                "*:\/\/dfsr.thinkitfirst.com\/lineup-tools\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/draftkings.js",
        "js\/fanduel.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.dailyfantasysportsrankings.com\/lineup-tools\/*",
            "*:\/\/dfsr.thinkitfirst.com\/lineup-tools\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/fonts.js",
            "js\/core.js"
        ]
    },
    "description": "Save Lineups from Daily Fantasy Sports Rankings and insert them into FanDuel.",
    "name": "DFSR Lineup Tool",
    "version": "1.0.2",
    "icons": {
        "16": "dfsr_16.png",
        "48": "dfsr_48.png",
        "128": "dfsr_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/use.typekit.net\/*",
        "*:\/\/fonts.googleapis.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "dfsr_16.png",
        "default_popup": "lineups.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/use.typekit.net; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}