FPL Tools

Tools to help fantasy premier league manager

FPL Toolsคืออะไร?

FPL Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amit Chauhan และคุณลักษณะหลักของมันคือ "Tools to help fantasy premier league manager"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FPL Tools

ดาวน์โหลดไฟล์ส่วนขยาย FPL Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}