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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!" } |