FPL Away Kits

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

Was ist FPL Away Kits?

FPL Away Kits ist eine Chrome-Erweiterung, die von Trout entwickelt wurde, und ihr Hauptmerkmal ist "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".

Erweiterungsscreenshots

screenshot

FPL Away Kits-Erweiterungs-CRX-Datei herunterladen

Laden Sie FPL Away Kits-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
Offizielle URL https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Beschreibung A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Dateigröße 51.49 KB
Installationsanzahl 3,146
Aktuelle Version 1.0.4
Letztes Update 2023-10-08
Veröffentlichungsdatum 2022-03-08
Bewertung 4.69/5 Insgesamt 16 Bewertungen
Entwickler Trout
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/troutprivacypolicy/home
Unterstützte Sprachen 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!"
}