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 هو إضافة Chrome تم تطويرها بواسطة Fantasy Tools، والميزة الرئيسية لها هي "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ESPN Fantasy Period Viewer
قم بتنزيل ملفات الامتداد ESPN Fantasy Period Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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" ] } ] } |