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
公式URL 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
Eメール [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"
}