FPL Upcoming Fixtures
Display the fixtures from upcoming gameweeks while selecting your fantasy football team.
O que é FPL Upcoming Fixtures?
FPL Upcoming Fixtures é uma extensão do Chrome desenvolvida por Josh Hill, e sua principal característica é "Display the fixtures from upcoming gameweeks while selecting your fantasy football team.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FPL Upcoming Fixtures
Baixe arquivos de extensão FPL Upcoming Fixtures no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
--- 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.
Informações Básicas da Extensão
Nome | FPL Upcoming Fixtures |
ID | nkadfamcemopikkffdkhjbmpnhfdabgc |
URL Oficial | https://chromewebstore.google.com/detail/fpl-upcoming-fixtures/nkadfamcemopikkffdkhjbmpnhfdabgc |
Descrição | Display the fixtures from upcoming gameweeks while selecting your fantasy football team. |
Tamanho do Arquivo | 2.62 MB |
Contagem de Instalações | 1,135 |
Versão Atual | 3.1.1 |
Última Atualização | 2022-08-18 |
Data de Publicação | 2021-01-05 |
Classificação | 4.80/5 Total de 15 Avaliações |
Desenvolvedor | Josh Hill |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |