Fantasy Premier League 22/23 Enable Away Kits
Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one
Fantasy Premier League 22/23 Enable Away Kitsคืออะไร?
Fantasy Premier League 22/23 Enable Away Kits เป็นส่วนขยายของ Chrome ที่พัฒนาโดย awaykitsfpl และคุณลักษณะหลักของมันคือ "Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fantasy Premier League 22/23 Enable Away Kits
ดาวน์โหลดไฟล์ส่วนขยาย Fantasy Premier League 22/23 Enable Away Kits ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Fantasy Premier League (FPL) extension is my answer to a lacking visual feature on the Fantasy Premier League Website. Having access to all the kit icons for the 2022/23 season, I decided to display an away kit representing a player, when their next fixture (in the "Pick Team"/"My Team" tab) is an away one.
If you'd like to support the project, you can donate to my paypal, using this link:
https://www.paypal.com/paypalme/fplaway/1
Any financial help would be very appreciated <3
Find me on twitter @AwayFpl
The extension will be constantly updated if needed with the feature currently developed being double fixtures handling (ideally display as in the extension logo). ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gpcbabhbpjfonihhcjpnfbdlpegamkpi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fantasy-premier-league-22/gpcbabhbpjfonihhcjpnfbdlpegamkpi |
| คำอธิบาย | Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one |
| ขนาดไฟล์ | 29.81 KB |
| จำนวนการติดตั้ง | 192 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2022-08-25 |
| วันที่เผยแพร่ | 2022-08-09 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | awaykitsfpl |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.paypal.com/paypalme/fplaway/1 |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fantasy Premier League 22\/23 Enable Away Kits",
"version": "1.1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/fantasy.premierleague.com\/*"
],
"js": [
"Content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"description": "Fantasy Premier League extension for the 2022\/2023 season Changes your players kits (Pick Team) if their next fixture is an away one"
} | |