DraftLink

Yahoo Fantasy Baseball Draft Companion

DraftLinkとは何ですか?

DraftLinkはhttps://draftlinkapp.comによって開発されたChromeの拡張機能で、その主な機能は「Yahoo Fantasy Baseball Draft Companion」です。

拡張機能のスクリーンショット

screenshot
screenshot

DraftLink拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}