FPL Plus by fantasyfootballfix.com

Supercharge Fantasy Premier League with the most advanced Planner, Points Projections, Live Rank, Price Change Predictions and more.

FPL Plus by fantasyfootballfix.com란 무엇입니까?

FPL Plus by fantasyfootballfix.com은(는) fix-extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supercharge Fantasy Premier League with the most advanced Planner, Points Projections, Live Rank, Price Change Predictions and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FPL Plus by fantasyfootballfix.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Download free now for a limited time!

Add these game changing features to the FPL website and boost your squad using FPL Plus.

⭑ Create multiple plans for future Gameweeks with the most advanced Planner.

⭑ Price Change Predictions on the FPL website to track when players will rise and fall.

⭑ Powerful Player Points Projections so you can identify high performers to recruit.

⭑ Watch your arrows turn from red to green in realtime with live rank, live points and live bonus.

⭑ Ownership Statistics so you can check which players the top 1k, 10k and 100k own.

⭑ Fixture Difficulty Ratings for easy reference when you are selecting your players.

⭑ See which players are ‘differentials’ or ‘rank droppers’ with Effective Ownership and Points.

⭑ Check which players hurt your rank the most with your Nemesis Team!

⭑ Live Statistics Scoreboard across five rank tiers including average points, captains, transfers and chips.

⭑ Sync your squad with fantasyfootballfix.com, without the need to provide your FPL email or password details.                    

확장 프로그램 기본 정보

이름 FPL Plus by fantasyfootballfix.com FPL Plus by fantasyfootballfix.com
ID hbjklngnnpgaenkibbjmnhhgkhbajilm
공식 URL https://chromewebstore.google.com/detail/fpl-plus-by-fantasyfootba/hbjklngnnpgaenkibbjmnhhgkhbajilm
설명 Supercharge Fantasy Premier League with the most advanced Planner, Points Projections, Live Rank, Price Change Predictions and more.
파일 크기 2.82 MB
설치 횟수 10,000
현재 버전 1.2.8
최근 업데이트 2023-07-28
출시 날짜 2022-05-03
평점 4.54/5 총 35 개의 평점
개발자 fix-extension
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.fantasyfootballfix.com/
도움말 페이지 URL https://www.fantasyfootballfix.com/contact/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FPL Plus by fantasyfootballfix.com",
    "description": "Supercharge Fantasy Premier League with the most advanced Planner, Points Projections, Live Rank, Price Change Predictions and more.",
    "version": "1.2.8",
    "icons": {
        "16": "\/assets\/icons\/16.png",
        "48": "\/assets\/icons\/48.png",
        "128": "\/assets\/icons\/128.png"
    },
    "background": {
        "service_worker": ".\/assets\/js\/background.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/*"
            ],
            "js": [
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/datatables.min.js",
                ".\/assets\/js\/FantasyFix.min.js"
            ],
            "css": [
                "\/assets\/css\/FantasyFix.min.css",
                ".\/assets\/css\/datatables.min.css"
            ],
            "persistent": false
        }
    ],
    "permissions": [
        "storage",
        "webNavigation",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/fantasy.premierleague.com\/*"
    ],
    "action": {
        "default_icon": ".\/assets\/icons\/16.png",
        "default_popup": ".\/assets\/html\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/templates\/*"
            ],
            "matches": [
                "https:\/\/fantasy.premierleague.com\/*"
            ]
        }
    ]
}