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是由Trout開發的Chrome擴展程式,該擴展的主要功能是“A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!”。
擴展截圖
下載FPL Away Kits擴展crx文件
下載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 |
官方網址 | 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!" } |