FPL Upcoming Fixtures

Display the fixtures from upcoming gameweeks while selecting your fantasy football team.

FPL Upcoming Fixtures क्या है?

FPL Upcoming Fixtures Josh Hill द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display the fixtures from upcoming gameweeks while selecting your fantasy football team."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FPL Upcoming Fixtures एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        --- Updated for the 2022/23 season ---

When viewing your team selection on the Fantasy Premier League website:

- Use the Gameweek box in the right-hand sidebar to view your team's fixtures in future gameweeks.

- Click the Upcoming Fixtures icon in the Chrome tray to view the next 5 fixtures for all teams.

(v3.1.1 - Fixed a bug where the fixtures would revert back to the first gameweek when making substitutions.)

Disclaimer: Please disable other FPL extensions while running Upcoming Fixtures.                    

एक्सटेंशन की मूल जानकारी

नाम FPL Upcoming Fixtures FPL Upcoming Fixtures
ID nkadfamcemopikkffdkhjbmpnhfdabgc
आधिकारिक URL https://chromewebstore.google.com/detail/fpl-upcoming-fixtures/nkadfamcemopikkffdkhjbmpnhfdabgc
विवरण Display the fixtures from upcoming gameweeks while selecting your fantasy football team.
फ़ाइल का आकार 2.62 MB
स्थापना संख्या 1,135
वर्तमान संस्करण 3.1.1
अंतिम अपडेट 2022-08-18
प्रकाशन तिथि 2021-01-05
रेटिंग 4.80/5 कुल 15 रेटिंग्स
डेवलपर Josh Hill
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FPL Upcoming Fixtures",
    "version": "3.1.1",
    "description": "Display the fixtures from upcoming gameweeks while selecting your fantasy football team. ",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "permissions": [
        "storage"
    ]
}