FPL Dark Mode

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

O que é FPL Dark Mode?

FPL Dark Mode é uma extensão do Chrome desenvolvida por FPL Social, e sua principal característica é "Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FPL Dark Mode

Baixe arquivos de extensão FPL Dark Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FPL Dark Mode FPL Dark Mode
ID ipmkbfafnlkkkchnkkpndanlmjonhanc
URL Oficial https://chromewebstore.google.com/detail/fpl-dark-mode/ipmkbfafnlkkkchnkkpndanlmjonhanc
Descrição Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon
Tamanho do Arquivo 36.83 KB
Contagem de Instalações 189
Versão Atual 1.0.2
Última Atualização 2022-08-15
Data de Publicação 2022-08-15
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor FPL Social
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}