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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
Επίσημο 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\/*"
            ]
        }
    ]
}