Enhanced FPL - FPL on steroids

Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager

Enhanced FPL - FPL on steroids란 무엇입니까?

Enhanced FPL - FPL on steroids은(는) https://enhancedfpl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Enhanced FPL - FPL on steroids 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enhance the Fantasy Premier League website with Enhanced FPL, for free!

Enhanced FPL improves the Fantasy Premier League website and helps you become a better manager in the following ways:

📈 See each player's upcoming fixtures, expected points and form at a glance
💯 Get an overview of a player's historic performance against a team
⚽️ Easily compare players and their recent form (goals, assists, clean sheets etc.)
😎 Dark mode
💰 Quickly see which of your players are close to rising or falling in price                    

확장 프로그램 기본 정보

이름 Enhanced FPL - FPL on steroids Enhanced FPL - FPL on steroids
ID iaoponndkinhdomddpagkkkjdjhpfejj
공식 URL https://chromewebstore.google.com/detail/enhanced-fpl-fpl-on-stero/iaoponndkinhdomddpagkkkjdjhpfejj
설명 Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager
파일 크기 1.34 MB
설치 횟수 1,587
현재 버전 1.0.5
최근 업데이트 2023-01-09
출시 날짜 2022-08-21
평점 5.00/5 총 5 개의 평점
개발자 https://enhancedfpl.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://enhancedfpl.com
도움말 페이지 URL https://twitter.com/amosbastian
개인정보 보호 정책 페이지 URL https://enhancedfpl.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Amos Bastian",
    "homepage_url": "https:\/\/enhancedfpl.com",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/48.png",
        "96": "assets\/96.png",
        "128": "assets\/128.png",
        "256": "assets\/256.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "\/static\/js\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fantasy.premierleague.com\/*"
            ],
            "js": [
                ".\/static\/js\/injection.js",
                ".\/static\/js\/theme.js",
                ".\/static\/js\/content.js"
            ],
            "css": [
                ".\/static\/css\/styles.min.css"
            ],
            "exclude_matches": [
                "https:\/\/*.fantasy.premierleague.com\/api\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/32.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "extension_ids": [
                "bnpheobmfcbpppppeaamdhienbpgmbce"
            ]
        }
    ],
    "options_page": "options.html"
}