FPL Away Kits

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

Vad är FPL Away Kits?

FPL Away Kits är en Chrome-tillägg utvecklad av Trout, och dess huvudfunktion är "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".

Tilläggsskärmbilder

screenshot

Ladda ner FPL Away Kits-förlängningens CRX-fil

Ladda ner FPL Away Kits-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
Officiell webbadress https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Beskrivning A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Filstorlek 51.49 KB
Antal Installationer 3,146
Aktuell Version 1.0.4
Senast Uppdaterad 2023-10-08
Publiceringsdatum 2022-03-08
Betyg 4.69/5 Totalt 16 Betyg
Utvecklare Trout
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/troutprivacypolicy/home
Stödda Språk 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!"
}