FPL Away Kits

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

Apa itu FPL Away Kits?

FPL Away Kits adalah ekstensi Chrome yang dikembangkan oleh Trout, dan fitur utamanya adalah "A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FPL Away Kits

Unduh file ekstensi FPL Away Kits dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FPL Away Kits FPL Away Kits
ID jpfjjipojmkncobdfchnkgiemkcpnnnn
URL Resmi https://chromewebstore.google.com/detail/fpl-away-kits/jpfjjipojmkncobdfchnkgiemkcpnnnn
Deskripsi A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!
Ukuran File 51.49 KB
Jumlah Instalasi 3,146
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2023-10-08
Tanggal Publikasi 2022-03-08
Penilaian 4.69/5 Total 16 Penilaian
Pengembang Trout
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/troutprivacypolicy/home
Bahasa yang Didukung 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!"
}