myfpl

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

ما هو myfpl؟

myfpl هو إضافة Chrome تم تطويرها بواسطة https://myfpl.net، والميزة الرئيسية لها هي "A browser extension for fantasy.premierleague.com - plan for future gameweeks and update points & league standings in real time.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة myfpl

قم بتنزيل ملفات الامتداد myfpl بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    ]
}