FFDraftBoard

FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…

FFDraftBoard란 무엇입니까?

FFDraftBoard은(는) https://espndraftboard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which automatically updates has your draft progresses. Impress your league mates with a live draft board for your upcoming fantasy football draft!

How to use: 
Install the chrome extension
Join an ESPN draft
Look for the "Open Draft" button in the top right corner
Open your live draft board and enjoy!

Note:
ESPN draft page must be opened for the draft board to work, you do not need to be tabbed in, but it must be open in chrome. 

The draft board is meant for SNAKE drafts only it will not work for auctions!                    

확장 프로그램 기본 정보

이름 FFDraftBoard FFDraftBoard
ID ljnelhiofbippkmbeioamhnjihkecgbj
공식 URL https://chromewebstore.google.com/detail/ffdraftboard/ljnelhiofbippkmbeioamhnjihkecgbj
설명 FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…
파일 크기 12.59 KB
설치 횟수 719
현재 버전 1.2.1
최근 업데이트 2023-10-24
출시 날짜 2023-08-14
평점 5.00/5 총 5 개의 평점
개발자 https://espndraftboard.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.espndraftboard.com/
개인정보 보호 정책 페이지 URL https://www.espndraftboard.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FFDraftBoard",
    "version": "1.2.1",
    "permissions": [],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.espn.com\/football\/draft*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}