FPL Dark Mode

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

Qu'est-ce que FPL Dark Mode ?

FPL Dark Mode est une extension Chrome développée par FPL Social, et sa fonction principale est "Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FPL Dark Mode

Téléchargez les fichiers d'extension FPL Dark Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FPL Dark Mode FPL Dark Mode
ID ipmkbfafnlkkkchnkkpndanlmjonhanc
URL Officiel https://chromewebstore.google.com/detail/fpl-dark-mode/ipmkbfafnlkkkchnkkpndanlmjonhanc
Description Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon
Taille du Fichier 36.83 KB
Nombre d'Installations 189
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-08-15
Date de Publication 2022-08-15
Évaluation 4.33/5 Total 3 Évaluations
Développeur FPL Social
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}