FPL Away Kits

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

¿Qué es FPL Away Kits?

FPL Away Kits es una extensión de Chrome desarrollada por Trout, y su función principal es "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión FPL Away Kits

Descarga archivos de extensión FPL Away Kits en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
URL Oficial https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Descripción A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Tamaño del Archivo 51.49 KB
Cantidad de Instalaciones 3,146
Versión Actual 1.0.4
Última Actualización 2023-10-08
Fecha de Publicación 2022-03-08
Calificación 4.69/5 Total de 16 Calificaciones
Desarrollador Trout
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/troutprivacypolicy/home
Idiomas Soportados 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!"
}