Enhanced FPL - FPL on steroids

Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager

Τι είναι το Enhanced FPL - FPL on steroids;

Το Enhanced FPL - FPL on steroids είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://enhancedfpl.com, και η κύρια λειτουργία του είναι "Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Enhanced FPL - FPL on steroids

Λήψη αρχείων επέκτασης Enhanced FPL - FPL on steroids σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Enhance the Fantasy Premier League website with Enhanced FPL, for free!

Enhanced FPL improves the Fantasy Premier League website and helps you become a better manager in the following ways:

📈 See each player's upcoming fixtures, expected points and form at a glance
💯 Get an overview of a player's historic performance against a team
⚽️ Easily compare players and their recent form (goals, assists, clean sheets etc.)
😎 Dark mode
💰 Quickly see which of your players are close to rising or falling in price                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Enhanced FPL - FPL on steroids Enhanced FPL - FPL on steroids
ID iaoponndkinhdomddpagkkkjdjhpfejj
Επίσημο URL https://chromewebstore.google.com/detail/enhanced-fpl-fpl-on-stero/iaoponndkinhdomddpagkkkjdjhpfejj
Περιγραφή Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager
Μέγεθος Αρχείου 1.34 MB
Αριθμός Εγκαταστάσεων 1,587
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2023-01-09
Ημερομηνία Δημοσίευσης 2022-08-21
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://enhancedfpl.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://enhancedfpl.com
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/amosbastian
URL της Σελίδας Πολιτικής Απορρήτου https://enhancedfpl.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Amos Bastian",
    "homepage_url": "https:\/\/enhancedfpl.com",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/48.png",
        "96": "assets\/96.png",
        "128": "assets\/128.png",
        "256": "assets\/256.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "\/static\/js\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fantasy.premierleague.com\/*"
            ],
            "js": [
                ".\/static\/js\/injection.js",
                ".\/static\/js\/theme.js",
                ".\/static\/js\/content.js"
            ],
            "css": [
                ".\/static\/css\/styles.min.css"
            ],
            "exclude_matches": [
                "https:\/\/*.fantasy.premierleague.com\/api\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/32.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "extension_ids": [
                "bnpheobmfcbpppppeaamdhienbpgmbce"
            ]
        }
    ],
    "options_page": "options.html"
}