myfpl

A browser extension for fantasy.premierleague.com - plan for future gameweeks and update points & league standings in real time.

myfpl란 무엇입니까?

myfpl은(는) https://myfpl.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension for fantasy.premierleague.com - plan for future gameweeks and update points & league standings in real time."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

myfpl 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        myfpl is a browser extension that gives a huge performance and UI update to fantasy.premierleague.com.

myfpl calculates league standings and points in real time,
by adding in game bonus, performing auto subs and netting transfers. 

myfpl also lets you plan your team for all future gameweeks natively on the my-team page.

UPDATE: THIS EXTENSION IS NOW FREE! :)

myfpl enhances the UI of each player, so you have all the data you need at a glance:
       * Ownership %. 
       * Penalty order. 
       * Transfer movement.
       * Price change.
       * Upcoming fixtures.  
       * Past 5 gameweek points.

myfpl also includes a popup that is accessible at all times in the browser. 

The popup includes:
* A match centre that gives live updates on fixtures, bonus and your head-to-head matches.                    

확장 프로그램 기본 정보

이름 myfpl myfpl
ID chgmonhlahamccghkhgkgnfbcceniden
공식 URL https://chromewebstore.google.com/detail/myfpl/chgmonhlahamccghkhgkgnfbcceniden
설명 A browser extension for fantasy.premierleague.com - plan for future gameweeks and update points & league standings in real time.
파일 크기 364 KB
설치 횟수 347
현재 버전 2.0.3
최근 업데이트 2022-01-22
출시 날짜 2021-01-23
평점 4.67/5 총 3 개의 평점
개발자 https://myfpl.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://myfpl.net/
도움말 페이지 URL https://myfpl.net/bugtracker
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "myfpl",
    "version": "2.0.3",
    "description": "A browser extension for fantasy.premierleague.com - plan for future gameweeks and update points & league standings in real time.",
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "favicon16.png",
            "32": "favicon32.png",
            "48": "favicon48.png"
        },
        "default_title": "myfpl"
    },
    "content_security_policy": "script-src 'self' 'sha256-oFaBWLRrGx\/jiCDQSrRAZHBbl5DYPayZrsG3A4RbcrY=' 'sha256-47SUmFrr\/up3RScEMT435h9c5B5M35\/NJMwKQ9Fya4w=' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "\/static\/js\/backgroundMainJs.chunk.js",
            "\/static\/js\/runtime-backgroundMainJs.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/entry\/*"
            ],
            "css": [
                "\/contentAuth.css",
                "\/contentCore.css",
                "\/contentPlayerStyling.css",
                "\/contentUpcomingAndPastGames.css",
                "\/contentPoints.css"
            ],
            "js": [
                "\/static\/js\/contentPointsJs.chunk.js",
                "\/static\/js\/runtime-contentPointsJs.js",
                "\/static\/js\/0.chunk.js",
                "\/static\/js\/1.chunk.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/my-team"
            ],
            "css": [
                "\/contentAuth.css",
                "\/contentCore.css",
                "\/contentPlayerStyling.css",
                "\/contentUpcomingAndPastGames.css",
                "\/contentMyTeam.css"
            ],
            "js": [
                "\/static\/js\/contentMyTeamJs.chunk.js",
                "\/static\/js\/runtime-contentMyTeamJs.js",
                "\/static\/js\/0.chunk.js",
                "\/static\/js\/1.chunk.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/transfers"
            ],
            "css": [
                "\/contentAuth.css",
                "\/contentCore.css",
                "\/contentPlayerStyling.css",
                "\/contentUpcomingAndPastGames.css",
                "\/contentTransfers.css"
            ],
            "js": [
                "\/static\/js\/contentTransfersJs.chunk.js",
                "\/static\/js\/runtime-contentTransfersJs.js",
                "\/static\/js\/0.chunk.js",
                "\/static\/js\/1.chunk.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/leagues\/*"
            ],
            "css": [
                "\/contentTable.css",
                "\/contentAuth.css"
            ],
            "js": [
                "\/static\/js\/contentTableJs.chunk.js",
                "\/static\/js\/runtime-contentTableJs.js",
                "\/static\/js\/0.chunk.js",
                "\/static\/js\/1.chunk.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "https:\/\/fantasy.premierleague.com\/*",
        "webNavigation",
        "storage",
        "unlimitedStorage"
    ]
}