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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}