ESPN Fantasy Period Viewer
Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
Qu'est-ce que ESPN Fantasy Period Viewer ?
ESPN Fantasy Period Viewer est une extension Chrome développée par Fantasy Tools, et sa fonction principale est "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ESPN Fantasy Period Viewer
Téléchargez les fichiers d'extension ESPN Fantasy Period Viewer 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
ESPN only allows you to view your opponent's past scoring periods, but this extension will allow you to view their upcoming scoring periods. Currently supports football, basketball, hockey, and baseball.
Informations de Base sur l'Extension
Nom | |
ID | eepjkmmnaojphngkfpodmbkdonicfkjb |
URL Officiel | https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb |
Description | Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season. |
Taille du Fichier | 76.32 KB |
Nombre d'Installations | 437 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-10-09 |
Date de Publication | 2017-10-09 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Fantasy Tools |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ESPN Fantasy Period Viewer", "description": "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/games.espn.com\/*\/clubhouse?leagueId=*&teamId=*", "https:\/\/games.espn.com\/*\/clubhouse?leagueId=*&teamId=*" ], "js": [ "jquery-3.1.1.min.js", "moment.min.js", "content.js" ] } ] } |