FPL Away Kits
A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
FPL Away Kitsคืออะไร?
FPL Away Kits เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trout และคุณลักษณะหลักของมันคือ "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FPL Away Kits
ดาวน์โหลดไฟล์ส่วนขยาย FPL Away Kits ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Updated for the 2023/24 season! This package changes the kits of any player with an away match to their away kit on the "My Team" page of the Fantasy Premier League website. All the away kits are made publicly available by the Premier League, but with no way of making the obvious implementation into the FPL site - until now. For any queries, or to report any bugs, please contact me: @ff_trout on twitter.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FPL Away Kits |
ID | jpfjjipojmkncobdfchnkgiemkcpnnnn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn |
คำอธิบาย | A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt! |
ขนาดไฟล์ | 51.49 KB |
จำนวนการติดตั้ง | 3,146 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-10-08 |
วันที่เผยแพร่ | 2022-03-08 |
คะแนน | 4.69/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | Trout |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/troutprivacypolicy/home |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FPL Away Kits", "version": "1.0.4", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/fantasy.premierleague.com\/*" ], "js": [ "Content.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "description": "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!" } |