Fantasy Baseball Top Prospect Finder

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

O que é Fantasy Baseball Top Prospect Finder?

Fantasy Baseball Top Prospect Finder é uma extensão do Chrome desenvolvida por Fantasy Gizmo, e sua principal característica é "Highlight the players who appear on MLB's Top Prospect list.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fantasy Baseball Top Prospect Finder

Baixe arquivos de extensão Fantasy Baseball Top Prospect Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Fantasy Baseball Top Prospect Finder Fantasy Baseball Top Prospect Finder
ID ofolgoniaiedciagcbfimldjhadnkdjg
URL Oficial https://chromewebstore.google.com/detail/fantasy-baseball-top-pros/ofolgoniaiedciagcbfimldjhadnkdjg
Descrição Highlight the players who appear on MLB's Top Prospect list.
Tamanho do Arquivo 71.23 KB
Contagem de Instalações 64
Versão Atual 0.1.4
Última Atualização 2021-02-23
Data de Publicação 2021-02-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Fantasy Gizmo
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fantasygizmo.com?utm_source=chrome-extension-store
Idiomas Suportados 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\/*"
    ]
}