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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight the players who appear on MLB's Top Prospect list."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fantasy Baseball Top Prospect Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/*" ] } |