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是由Trout开发的Chrome扩展程序,该扩展的主要功能是“A tool to access other shirts on FPL - if a player is playing away, they play in their away shirt!”。

扩展截图

screenshot

下载FPL Away Kits扩展crx文件

下载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!"
}