FPL Dark Mode

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

什麼是FPL Dark Mode?

FPL Dark Mode是由FPL Social開發的Chrome擴展程式,該擴展的主要功能是“Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon”。

擴展截圖

screenshot
screenshot
screenshot

下載FPL Dark Mode擴展crx文件

下載FPL Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
            ]
        }
    ]
}