Fantasy Premier League 22/23 Enable Away Kits

Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one

¿Qué es Fantasy Premier League 22/23 Enable Away Kits?

Fantasy Premier League 22/23 Enable Away Kits es una extensión de Chrome desarrollada por awaykitsfpl, y su función principal es "Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Fantasy Premier League 22/23 Enable Away Kits

Descarga archivos de extensión Fantasy Premier League 22/23 Enable 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

                        This Fantasy Premier League (FPL) extension is my answer to a lacking visual feature on the Fantasy Premier League Website. Having access to all the kit icons for the 2022/23 season, I decided to display an away kit representing a player, when their next fixture (in the "Pick Team"/"My Team" tab) is an away one.

If you'd like to support the project, you can donate to my paypal, using this link:

https://www.paypal.com/paypalme/fplaway/1

Any financial help would be very appreciated <3

Find me on twitter @AwayFpl

The extension will be constantly updated if needed with the feature currently developed being double fixtures handling (ideally display as in the extension logo).                    

Información Básica de la Extensión

Nombre Fantasy Premier League 22/23 Enable Away Kits Fantasy Premier League 22/23 Enable Away Kits
ID gpcbabhbpjfonihhcjpnfbdlpegamkpi
URL Oficial https://chromewebstore.google.com/detail/fantasy-premier-league-22/gpcbabhbpjfonihhcjpnfbdlpegamkpi
Descripción Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one
Tamaño del Archivo 29.81 KB
Cantidad de Instalaciones 192
Versión Actual 1.1.0
Última Actualización 2022-08-25
Fecha de Publicación 2022-08-09
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador awaykitsfpl
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.paypal.com/paypalme/fplaway/1
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantasy Premier League 22\/23 Enable Away Kits",
    "version": "1.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/*"
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "description": "Fantasy Premier League extension for the 2022\/2023 season Changes your players kits (Pick Team) if their next fixture is an away one"
}