ESPN Fantasy Period Viewer
Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
Co je ESPN Fantasy Period Viewer?
ESPN Fantasy Period Viewer je rozšíření Chrome vyvinuté Fantasy Tools, a jeho hlavní funkcí je „Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ESPN Fantasy Period Viewer
Stáhněte si soubory rozšíření ESPN Fantasy Period Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | eepjkmmnaojphngkfpodmbkdonicfkjb |
Oficiální URL | https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb |
Popis | Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season. |
Velikost souboru | 76.32 KB |
Počet instalací | 437 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-10-09 |
Datum Vydání | 2017-10-09 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Fantasy Tools |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |