FPL Away Kits

A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!

O que é FPL Away Kits?

FPL Away Kits é uma extensão do Chrome desenvolvida por Trout, e sua principal característica é "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FPL Away Kits

Baixe arquivos de extensão FPL Away Kits 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 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.                    

Informações Básicas da Extensão

Nome FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
URL Oficial https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Descrição A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Tamanho do Arquivo 51.49 KB
Contagem de Instalações 3,146
Versão Atual 1.0.4
Última Atualização 2023-10-08
Data de Publicação 2022-03-08
Classificação 4.69/5 Total de 16 Avaliações
Desenvolvedor Trout
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/troutprivacypolicy/home
Idiomas Suportados 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!"
}