FPL Tools

Tools to help fantasy premier league manager

FPL Tools क्या है?

FPL Tools Amit Chauhan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tools to help fantasy premier league manager"।

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

screenshot
screenshot
screenshot

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

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

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

                        FPL Tools:

1. Fixture difficulty

-In page fixture difficulty in team and transfer list.
-Home and away indicator with uppercase indicate home and lowercase indicate away.
-Default green -> red color indicate lower to higher fixture difficulty.
-Color scheme options to change color to blue -> red for fixture difficulty.

2. Last 5 GW Points

-Last 5 Game week points in page
-Hover to see opponent details

3.Net Transfers

-Net transfers in transfer page in pitch view and transfer list.

4.Extended League Tables

-Added more information about  teams in league tables like last 5 gw points, total transfer, hits, team value, captain, cheap used, total cheap used and playing xi.

5. Expected Points

-Shows expected points for next GW for playing 11 and bench in my team page

6. Quick Transfer

-Add player without popup from transfer list


7. Compare Players
-Compare players within fpl dialog
-How to compare players?
 * open any player information dialog
 * select player to compare with
 * max 3 players can be compared                    

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

नाम FPL Tools FPL Tools
ID bplgdnfjlmbnjpibjogpoabahffibepk
आधिकारिक URL https://chromewebstore.google.com/detail/fpl-tools/bplgdnfjlmbnjpibjogpoabahffibepk
विवरण Tools to help fantasy premier league manager
फ़ाइल का आकार 67.7 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 4.1.1
अंतिम अपडेट 2023-12-16
प्रकाशन तिथि 2020-06-14
रेटिंग 4.46/5 कुल 69 रेटिंग्स
डेवलपर Amit Chauhan
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://twitter.com/fpltoolschrome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Tools to help fantasy premier league manager",
    "version": "4.1.1",
    "name": "FPL Tools",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-32.png",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fantasy.premierleague.com\/*",
                "*:\/\/*.draft.premierleague.com\/*"
            ],
            "js": [
                "fpl.js"
            ],
            "css": [
                "fpl.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.js"
            ],
            "matches": [
                "*:\/\/*.fantasy.premierleague.com\/*",
                "*:\/\/*.draft.premierleague.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3
}