FPL Plus by fantasyfootballfix.com
Supercharge Fantasy Premier League with the most advanced Planner, Points Projections, Live Rank, Price Change Predictions and more.
FPL Plus by fantasyfootballfix.comคืออะไร?
FPL Plus by fantasyfootballfix.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fix-extension และคุณลักษณะหลักของมันคือ "Supercharge Fantasy Premier League with the most advanced Planner, Points Projections, Live Rank, Price Change Predictions and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FPL Plus by fantasyfootballfix.com
ดาวน์โหลดไฟล์ส่วนขยาย FPL Plus by fantasyfootballfix.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download free now for a limited time! Add these game changing features to the FPL website and boost your squad using FPL Plus. ⭑ Create multiple plans for future Gameweeks with the most advanced Planner. ⭑ Price Change Predictions on the FPL website to track when players will rise and fall. ⭑ Powerful Player Points Projections so you can identify high performers to recruit. ⭑ Watch your arrows turn from red to green in realtime with live rank, live points and live bonus. ⭑ Ownership Statistics so you can check which players the top 1k, 10k and 100k own. ⭑ Fixture Difficulty Ratings for easy reference when you are selecting your players. ⭑ See which players are ‘differentials’ or ‘rank droppers’ with Effective Ownership and Points. ⭑ Check which players hurt your rank the most with your Nemesis Team! ⭑ Live Statistics Scoreboard across five rank tiers including average points, captains, transfers and chips. ⭑ Sync your squad with fantasyfootballfix.com, without the need to provide your FPL email or password details.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FPL Plus by fantasyfootballfix.com |
ID | hbjklngnnpgaenkibbjmnhhgkhbajilm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fpl-plus-by-fantasyfootba/hbjklngnnpgaenkibbjmnhhgkhbajilm |
คำอธิบาย | Supercharge Fantasy Premier League with the most advanced Planner, Points Projections, Live Rank, Price Change Predictions and more. |
ขนาดไฟล์ | 2.82 MB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.2.8 |
อัปเดตครั้งล่าสุด | 2023-07-28 |
วันที่เผยแพร่ | 2022-05-03 |
คะแนน | 4.54/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | fix-extension |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.fantasyfootballfix.com/ |
URL หน้าช่วยเหลือ | https://www.fantasyfootballfix.com/contact/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FPL Plus by fantasyfootballfix.com", "description": "Supercharge Fantasy Premier League with the most advanced Planner, Points Projections, Live Rank, Price Change Predictions and more.", "version": "1.2.8", "icons": { "16": "\/assets\/icons\/16.png", "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" }, "background": { "service_worker": ".\/assets\/js\/background.min.js" }, "content_scripts": [ { "matches": [ "https:\/\/fantasy.premierleague.com\/*" ], "js": [ ".\/assets\/js\/jquery.min.js", ".\/assets\/js\/datatables.min.js", ".\/assets\/js\/FantasyFix.min.js" ], "css": [ "\/assets\/css\/FantasyFix.min.css", ".\/assets\/css\/datatables.min.css" ], "persistent": false } ], "permissions": [ "storage", "webNavigation", "webRequest" ], "host_permissions": [ "*:\/\/fantasy.premierleague.com\/*" ], "action": { "default_icon": ".\/assets\/icons\/16.png", "default_popup": ".\/assets\/html\/popup.html" }, "web_accessible_resources": [ { "resources": [ "assets\/templates\/*" ], "matches": [ "https:\/\/fantasy.premierleague.com\/*" ] } ] } |