ESPN Fantasy Baseball Plus
Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.
Qu'est-ce que ESPN Fantasy Baseball Plus ?
ESPN Fantasy Baseball Plus est une extension Chrome développée par mirotrem, et sa fonction principale est "Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ESPN Fantasy Baseball Plus
Téléchargez les fichiers d'extension ESPN Fantasy Baseball Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension adds more detailed stats to the player overview and team page. Currently it adds: Pitching: + Pitch Count + BABIP + FIP + Career ERA,WHIP,BABIP,FIP Batting: + OBP + BB Season Total + BB per game + BABIP + 3Y Avg of BA,BABIP,OBP + Career Avg of BA,BABIP,OBP
Informations de Base sur l'Extension
Nom | ESPN Fantasy Baseball Plus |
ID | cfdpkcilphoagajilmpeecdeobohfbcb |
URL Officiel | https://chromewebstore.google.com/detail/espn-fantasy-baseball-plu/cfdpkcilphoagajilmpeecdeobohfbcb |
Description | Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler. |
Taille du Fichier | 95.98 KB |
Nombre d'Installations | 227 |
Version Actuelle | 0.7.3 |
Dernière Mise à Jour | 2015-05-18 |
Date de Publication | 2015-05-17 |
Évaluation | 3.93/5 Total 15 Évaluations |
Développeur | mirotrem |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ESPN Fantasy Baseball Plus", "version": "0.7.3", "manifest_version": 2, "description": "Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.", "permissions": [ "http:\/\/espn.go.com\/\/*", "http:\/\/games.espn.go.com\/*", "http:\/\/www.fangraphs.com\/*", "webRequest" ], "icons": { "48": "espnPlusLogo-48.png", "128": "espnPlusLogo-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/games.espn.go.com\/flb\/*" ], "js": [ "jquery.js", "contentscript.js" ] } ] } |