ESPN Fantasy Period Viewer
Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
Wat is ESPN Fantasy Period Viewer?
ESPN Fantasy Period Viewer is een Chrome-extensie ontwikkeld door Fantasy Tools, en de belangrijkste functie is "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".
Extensie Screenshots
Download het CRX-bestand van de extensie ESPN Fantasy Period Viewer
Download ESPN Fantasy Period Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | eepjkmmnaojphngkfpodmbkdonicfkjb |
Officiële URL | https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb |
Beschrijving | Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season. |
Bestandsgrootte | 76.32 KB |
Aantal Installaties | 437 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-10-09 |
Publicatiedatum | 2017-10-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Fantasy Tools |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |