Fantasy Premier League WZRD

Fantasy PL WZRD will help you win your league.

Fantasy Premier League WZRDคืออะไร?

Fantasy Premier League WZRD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fantasybasketballwizard และคุณลักษณะหลักของมันคือ "Fantasy PL WZRD will help you win your league."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fantasy Premier League WZRD

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

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

                        A simple tool to help you pick the best FPL team to win your league!

Currently there is just a single feature, which shows a player's past performance against their upcoming opponent.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fantasy Premier League WZRD Fantasy Premier League WZRD
ID ogemabmpijjeaagbplfefgokidgjjged
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fantasy-premier-league-wz/ogemabmpijjeaagbplfefgokidgjjged
คำอธิบาย Fantasy PL WZRD will help you win your league.
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 204
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2022-08-16
วันที่เผยแพร่ 2020-09-23
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา fantasybasketballwizard
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sportswzrd.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fantasy Premier League WZRD",
    "version": "0.0.2",
    "description": "Fantasy PL WZRD will help you win your league.",
    "browser_action": {
        "default_icon": "frontend\/icon.png",
        "default_popup": "frontend\/popup.html"
    },
    "icons": {
        "128": "frontend\/icon.png",
        "48": "frontend\/icon48.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/*"
            ],
            "js": [
                "js\/premierLeague\/myTeam.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.sportswzrd.com\/*"
    ]
}