Fantasy Premier League 22/23 Enable Away Kits

Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one

什麼是Fantasy Premier League 22/23 Enable Away Kits?

Fantasy Premier League 22/23 Enable Away Kits是由awaykitsfpl開發的Chrome擴展程式,該擴展的主要功能是“Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one”。

擴展截圖

screenshot
screenshot

下載Fantasy Premier League 22/23 Enable Away Kits擴展crx文件

下載Fantasy Premier League 22/23 Enable Away Kits擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Fantasy Premier League (FPL) extension is my answer to a lacking visual feature on the Fantasy Premier League Website. Having access to all the kit icons for the 2022/23 season, I decided to display an away kit representing a player, when their next fixture (in the "Pick Team"/"My Team" tab) is an away one.

If you'd like to support the project, you can donate to my paypal, using this link:

https://www.paypal.com/paypalme/fplaway/1

Any financial help would be very appreciated <3

Find me on twitter @AwayFpl

The extension will be constantly updated if needed with the feature currently developed being double fixtures handling (ideally display as in the extension logo).                    

擴展基本資訊

名稱 Fantasy Premier League 22/23 Enable Away Kits Fantasy Premier League 22/23 Enable Away Kits
ID gpcbabhbpjfonihhcjpnfbdlpegamkpi
官方網址 https://chromewebstore.google.com/detail/fantasy-premier-league-22/gpcbabhbpjfonihhcjpnfbdlpegamkpi
簡介 Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one
檔案大小 29.81 KB
安裝次數 192
目前版本 1.1.0
更新時間 2022-08-25
上架時間 2022-08-09
評分 5.00/5 共 3 次評分
開發者 awaykitsfpl
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.paypal.com/paypalme/fplaway/1
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantasy Premier League 22\/23 Enable Away Kits",
    "version": "1.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/*"
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "description": "Fantasy Premier League extension for the 2022\/2023 season Changes your players kits (Pick Team) if their next fixture is an away one"
}