FPL Dark Mode

Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon

ما هو FPL Dark Mode؟

FPL Dark Mode هو إضافة Chrome تم تطويرها بواسطة FPL Social، والميزة الرئيسية لها هي "Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FPL Dark Mode

قم بتنزيل ملفات الامتداد FPL Dark Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Experience the FPL site now in dark mode! 

A simple chrome extension FPL Dark Mode Dark transforms the FPL site into  dark mode, giving you a different look on the game and helping your eyes at the same time!

Coming Soon
Over the next few weeks we will be adding more customisation options, so that you can change the primary (blue) colour and choose from a variety of pitch styles.

Note
You may need to refresh your browser window after you first install the FPL Dark Mode extension.

Feedback
Any bugs or feedback is always welcomed - Please email [email protected] and we'll get back to you                    

معلومات أساسية عن التمديد

الاسم FPL Dark Mode FPL Dark Mode
ID ipmkbfafnlkkkchnkkpndanlmjonhanc
عنوان URL الرسمي https://chromewebstore.google.com/detail/fpl-dark-mode/ipmkbfafnlkkkchnkkpndanlmjonhanc
الوصف Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon
حجم الملف 36.83 KB
عدد التثبيتات 189
النسخة الحالية 1.0.2
آخر تحديث 2022-08-15
تاريخ النشر 2022-08-15
تقييم 4.33/5 مجموع تقييمات 3
المطور FPL Social
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FPL Dark Mode",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Enjoy the Fantasy Premier League site,  now in dark mode! New colour options coming soon",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/fantasy.premierleague.com\/*"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        }
    },
    "icons": {
        "128": "logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pitch-darksvg.svg"
            ],
            "matches": [
                "*:\/\/fantasy.premierleague.com\/*"
            ]
        }
    ]
}