ESPN Fantasy Period Viewer
Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
Apa itu ESPN Fantasy Period Viewer?
ESPN Fantasy Period Viewer adalah ekstensi Chrome yang dikembangkan oleh Fantasy Tools, dan fitur utamanya adalah "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ESPN Fantasy Period Viewer
Unduh file ekstensi ESPN Fantasy Period Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | eepjkmmnaojphngkfpodmbkdonicfkjb |
URL Resmi | https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb |
Deskripsi | Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season. |
Ukuran File | 76.32 KB |
Jumlah Instalasi | 437 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-10-09 |
Tanggal Publikasi | 2017-10-09 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Fantasy Tools |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |