FPL Upcoming Fixtures
Display the fixtures from upcoming gameweeks while selecting your fantasy football team.
FPL Upcoming Fixtures란 무엇입니까?
FPL Upcoming Fixtures은(는) Josh Hill에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display the fixtures from upcoming gameweeks while selecting your fantasy football team."입니다.
확장 프로그램 스크린샷
FPL Upcoming Fixtures 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
--- 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" ] } |