DraftLink

Yahoo Fantasy Baseball Draft Companion

DraftLinkคืออะไร?

DraftLink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://draftlinkapp.com และคุณลักษณะหลักของมันคือ "Yahoo Fantasy Baseball Draft Companion"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DraftLink

ดาวน์โหลดไฟล์ส่วนขยาย DraftLink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}