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
电子邮箱 [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\/*"
    ]
}