FPL Away Kits

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

Τι είναι το FPL Away Kits;

Το FPL Away Kits είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Trout, και η κύρια λειτουργία του είναι "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης FPL Away Kits

Λήψη αρχείων επέκτασης FPL Away Kits σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
Επίσημο URL https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Περιγραφή A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Μέγεθος Αρχείου 51.49 KB
Αριθμός Εγκαταστάσεων 3,146
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-10-08
Ημερομηνία Δημοσίευσης 2022-03-08
Αξιολόγηση 4.69/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής Trout
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/troutprivacypolicy/home
Υποστηριζόμενες Γλώσσες 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!"
}