FPL Away Kits

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

Hvad er FPL Away Kits?

FPL Away Kits er en Chrome-udvidelse udviklet af Trout, og dens hovedfunktion er "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".

Udvidelsesskærmbilleder

screenshot

Download FPL Away Kits-udvidelses-CRX-fil

Download FPL Away Kits-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
Officiel URL https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Beskrivelse A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Filstørrelse 51.49 KB
Antal Installationer 3,146
Nuværende Version 1.0.4
Senest Opdateret 2023-10-08
Udgivelsesdato 2022-03-08
Bedømmelse 4.69/5 Samlet 16 Bedømmelser
Udvikler Trout
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/troutprivacypolicy/home
Understøttede Sprog 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!"
}