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 هو إضافة Chrome تم تطويرها بواسطة https://enhancedfpl.com، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Enhanced FPL - FPL on steroids

قم بتنزيل ملفات الامتداد Enhanced FPL - FPL on steroids بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://twitter.com/amosbastian
عنوان صفحة سياسة الخصوصية 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"
}