FPL Upcoming Fixtures
Display the fixtures from upcoming gameweeks while selecting your fantasy football team.
FPL Upcoming Fixturesคืออะไร?
FPL Upcoming Fixtures เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josh Hill และคุณลักษณะหลักของมันคือ "Display the fixtures from upcoming gameweeks while selecting your fantasy football team."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FPL Upcoming Fixtures
ดาวน์โหลดไฟล์ส่วนขยาย FPL Upcoming Fixtures ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
--- Updated for the 2022/23 season --- When viewing your team selection on the Fantasy Premier League website: - Use the Gameweek box in the right-hand sidebar to view your team's fixtures in future gameweeks. - Click the Upcoming Fixtures icon in the Chrome tray to view the next 5 fixtures for all teams. (v3.1.1 - Fixed a bug where the fixtures would revert back to the first gameweek when making substitutions.) Disclaimer: Please disable other FPL extensions while running Upcoming Fixtures.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FPL Upcoming Fixtures |
ID | nkadfamcemopikkffdkhjbmpnhfdabgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fpl-upcoming-fixtures/nkadfamcemopikkffdkhjbmpnhfdabgc |
คำอธิบาย | Display the fixtures from upcoming gameweeks while selecting your fantasy football team. |
ขนาดไฟล์ | 2.62 MB |
จำนวนการติดตั้ง | 1,135 |
เวอร์ชันปัจจุบัน | 3.1.1 |
อัปเดตครั้งล่าสุด | 2022-08-18 |
วันที่เผยแพร่ | 2021-01-05 |
คะแนน | 4.80/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Josh Hill |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPL Upcoming Fixtures", "version": "3.1.1", "description": "Display the fixtures from upcoming gameweeks while selecting your fantasy football team. ", "content_scripts": [ { "matches": [ "https:\/\/fantasy.premierleague.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon128.png" }, "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "storage" ] } |