Fantasy Baseball Top Prospect Finder

Highlight the players who appear on MLB's Top Prospect list.

Fantasy Baseball Top Prospect Finderとは何ですか?

Fantasy Baseball Top Prospect FinderはFantasy Gizmoによって開発されたChromeの拡張機能で、その主な機能は「Highlight the players who appear on MLB's Top Prospect list.」です。

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

screenshot
screenshot
screenshot

Fantasy Baseball Top Prospect Finder拡張機能のCRXファイルをダウンロード

Fantasy Baseball Top Prospect Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Highlight players who are among the top 100 prospects and show scouting information from MLB Pipeline. Great for staying on top of up-and-coming rookies! Works with ESPN, Yahoo, CBS Sports, and Fantrax leagues.                    

拡張機能の基本情報

名前 Fantasy Baseball Top Prospect Finder Fantasy Baseball Top Prospect Finder
ID ofolgoniaiedciagcbfimldjhadnkdjg
公式URL https://chromewebstore.google.com/detail/fantasy-baseball-top-pros/ofolgoniaiedciagcbfimldjhadnkdjg
説明 Highlight the players who appear on MLB's Top Prospect list.
ファイルサイズ 71.23 KB
インストール数 64
現在のバージョン 0.1.4
最終更新日 2021-02-23
公開日 2021-02-16
評価 5.00/5 合計 2 レビュー
開発者 Fantasy Gizmo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fantasygizmo.com?utm_source=chrome-extension-store
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantasy Baseball Top Prospect Finder",
    "version": "0.1.4",
    "description": "Highlight the players who appear on MLB's Top Prospect list.",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/library.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/fantasy.espn.com\/baseball\/*",
                "*:\/\/baseball.fantasysports.yahoo.com\/*",
                "*:\/\/*.baseball.cbssports.com\/*",
                "*:\/\/*fantrax.com\/fantasy*"
            ],
            "css": [
                "css\/prospects.css"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/library.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "*:\/\/fantasy.espn.com\/baseball\/*",
        "*:\/\/baseball.fantasysports.yahoo.com\/*",
        "*:\/\/*.baseball.cbssports.com\/*",
        "*:\/\/*fantrax.com\/fantasy*",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}