DraftLink

Yahoo Fantasy Baseball Draft Companion

DraftLink란 무엇입니까?

DraftLink은(는) https://draftlinkapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yahoo Fantasy Baseball Draft Companion"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DraftLink 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Our goal is to be an essential tool for your draft experience whether you’re an analytical tryhard, a first time casual player, or somewhere in between. Other sites and services will offer you guidance and advice, but leave you on your own when it comes to draft time. 

The DraftLink extension takes that guidance and advice (whether you get it from us or somewhere else), and automatically integrates it into your draft, giving you a stress-free draft experience that frees you up to socialize with your fellow drafters or be entirely absent.                    

확장 프로그램 기본 정보

이름 DraftLink DraftLink
ID klbllefgomjllbmnkjcckcihpbkfbang
공식 URL https://chromewebstore.google.com/detail/draftlink/klbllefgomjllbmnkjcckcihpbkfbang
설명 Yahoo Fantasy Baseball Draft Companion
파일 크기 471 KB
설치 횟수 89
현재 버전 0.0.0.7
최근 업데이트 2023-03-30
출시 날짜 2023-03-07
평점 5.00/5 총 1 개의 평점
개발자 https://draftlinkapp.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DraftLink",
    "version": "0.0.0.7",
    "description": "Yahoo Fantasy Baseball Draft Companion",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "components\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/lodash.min.js",
                "lib\/jquery.js",
                "lib\/toastr.min.js",
                "components\/content.js"
            ],
            "css": [
                "lib\/toastr.min.css",
                "css\/custom.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/baseball.fantasysports.yahoo.com\/draftclient\/b1\/*"
            ]
        }
    ],
    "options_page": "components\/option\/option.html",
    "action": {
        "default_popup": "components\/popup\/popup.html",
        "default_icon": {
            "16": "resources\/img\/logo.png",
            "32": "resources\/img\/logo.png",
            "48": "resources\/img\/logo.png",
            "128": "resources\/img\/logo.png"
        }
    },
    "icons": {
        "16": "resources\/img\/logo.png",
        "32": "resources\/img\/logo.png",
        "48": "resources\/img\/logo.png",
        "128": "resources\/img\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}