FPL Away Kits

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

Co je FPL Away Kits?

FPL Away Kits je rozšíření Chrome vyvinuté Trout, a jeho hlavní funkcí je „A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FPL Away Kits

Stáhněte si soubory rozšíření FPL Away Kits ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
Oficiální URL https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Popis A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Velikost souboru 51.49 KB
Počet instalací 3,146
Aktuální Verze 1.0.4
Poslední Aktualizace 2023-10-08
Datum Vydání 2022-03-08
Hodnocení 4.69/5 Celkem 16 Hodnocení
Vývojář Trout
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/troutprivacypolicy/home
Podporované Jazyky 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!"
}