FPL Away Kits

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

Cos'è FPL Away Kits?

FPL Away Kits è un'estensione di Chrome sviluppata da Trout, e la sua funzione principale è "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FPL Away Kits

Scarica i file di estensione FPL Away Kits in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
URL Ufficiale https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Descrizione A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Dimensione del File 51.49 KB
Conteggio Installazioni 3,146
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-10-08
Data di Pubblicazione 2022-03-08
Valutazione 4.69/5 Totale 16 Valutazioni
Sviluppatore Trout
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/troutprivacypolicy/home
Lingue Supportate 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!"
}