FPL Away Kits
A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Qu'est-ce que FPL Away Kits ?
FPL Away Kits est une extension Chrome développée par Trout, et sa fonction principale est "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FPL Away Kits
Téléchargez les fichiers d'extension FPL Away Kits au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | FPL Away Kits |
ID | jpfjjipojmkncobdfchnkgiemkcpnnnn |
URL Officiel | https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn |
Description | A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt! |
Taille du Fichier | 51.49 KB |
Nombre d'Installations | 3,146 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2023-10-08 |
Date de Publication | 2022-03-08 |
Évaluation | 4.69/5 Total 16 Évaluations |
Développeur | Trout |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/troutprivacypolicy/home |
Langues Prises en Charge | 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!" } |