ESPN Fantasy Period Viewer
Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
什麼是ESPN Fantasy Period Viewer?
ESPN Fantasy Period Viewer是由Fantasy Tools開發的Chrome擴展程式,該擴展的主要功能是“Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.”。
擴展截圖
下載ESPN Fantasy Period Viewer擴展crx文件
下載ESPN Fantasy Period Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | eepjkmmnaojphngkfpodmbkdonicfkjb |
官方網址 | https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb |
簡介 | Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season. |
檔案大小 | 76.32 KB |
安裝次數 | 437 |
目前版本 | 1.0 |
更新時間 | 2017-10-09 |
上架時間 | 2017-10-09 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Fantasy Tools |
付費類型 | free |
支援的語言 | 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" ] } ] } |