FPL Mini-League Stats Calculator
Calculates insightful statistics for your Fantasy Premier League mini-leagues with the click of a mouse!
FPL Mini-League Stats Calculatorคืออะไร?
FPL Mini-League Stats Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย StatsDevelopment และคุณลักษณะหลักของมันคือ "Calculates insightful statistics for your Fantasy Premier League mini-leagues with the click of a mouse!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FPL Mini-League Stats Calculator
ดาวน์โหลดไฟล์ส่วนขยาย FPL Mini-League Stats Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*** UPDATED: This has been updated for the 2017/18 season and is once again working! The transferred in/out statistic is currently a work in progress and depending on how much time I can work on this throughout the season, there may be more features added down the line. ***
***This is a tool for use with the fantasy.premierleague.com fantasy football game.***
This simple extension calculates statistics for your Fantasy Premier League Mini-Leagues.
Note: If there are more than 50 teams in your chosen league, the statistics will be based on the top 50 teams.
HOW-TO-USE:
- Install Extension.
- Open your chosen league page.
- Click the icon which will appear to the right of your address bar as seen in the first screenshot.
- Wait up to a few minutes for your stats to be calculated.
- Repeat for as many leagues as you like.
Note: This can be used to get statistics for any leagues, not just leagues you are in, and not just mini-leagues. To avoid errors, do not open several leagues at once or try to get statistics on more than one league at a time.
The stats calculated will be based on the currently active gameweek and include:
- League average at the time of calculation.
- League Standard [Average of top 5 teams in the league] - This is how the FPL rank leagues. This doesn't work for H2H leagues.
- Number of players played per team. (At moment of calculation.)
- Percentage of teams still in the FPL cup.
- Captain selections by percentage.
- Vice-Captain selections by percentage.
- Starting goalkeepers by percentage.
- Starting defenders by percentage.
- Starting midfielders by percentage.
- Starting strikers by percentage.
- Benched players by percentage.
-Transferred in players this gameweek by percentage.
-Transferred out players this gameweek by percentage
- Average Team Value
- Average Bank Value
- Percentage of teams with at least one wildcard available.
- Average transfers per person this gameweek.
- Average point hits per person this gameweek.
- Percentage of teams to make zero transfers, one transfers, two transfers etc.
****Version 2.0 contains even more statistics, a better overall design and new visuals.*** ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ofjikfigpedfahjpninpbegobibogbda |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fpl-mini-league-stats-cal/ofjikfigpedfahjpninpbegobibogbda |
| คำอธิบาย | Calculates insightful statistics for your Fantasy Premier League mini-leagues with the click of a mouse! |
| ขนาดไฟล์ | 211 KB |
| จำนวนการติดตั้ง | 1,139 |
| เวอร์ชันปัจจุบัน | 3.0.2 |
| อัปเดตครั้งล่าสุด | 2017-08-24 |
| วันที่เผยแพร่ | 2017-08-24 |
| คะแนน | 4.17/5 รวมทั้งหมด 23 คะแนน |
| ผู้พัฒนา | StatsDevelopment |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FPL Mini-League Stats Calculator",
"short_name": "FPL Stats",
"version": "3.0.2",
"description": "Calculates insightful statistics for your Fantasy Premier League mini-leagues with the click of a mouse!",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"manifest_version": 2,
"page_action": {
"default_icon": "images\/BarChart.png",
"default_title": "Get league stats!"
},
"permissions": [
"tabs",
"http:\/\/fantasy.premierleague.com\/*",
"https:\/\/fantasy.premierleague.com\/*"
],
"icons": {
"128": "images\/BarChart.png"
},
"content_scripts": [
{
"js": [
"scripts\/jquery-2.1.4.min.js",
"scripts\/contentTest.js"
],
"css": [
"myStyles.css"
],
"matches": [
"http:\/\/fantasy.premierleague.com\/entry\/*",
"https:\/\/fantasy.premierleague.com\/entry\/*"
]
}
]
} | |