FPL Away Kits

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

Wat is FPL Away Kits?

FPL Away Kits is een Chrome-extensie ontwikkeld door Trout, en de belangrijkste functie is "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FPL Away Kits

Download FPL Away Kits-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
Officiële URL https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Beschrijving A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Bestandsgrootte 51.49 KB
Aantal Installaties 3,146
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-10-08
Publicatiedatum 2022-03-08
Beoordeling 4.69/5 Totaal 16 Beoordelingen
Ontwikkelaar Trout
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/troutprivacypolicy/home
Ondersteunde Talen 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!"
}