Sportito Fantasy Premier League Team Export

Download your FPL Team and import it to other Fantasy Football sites for free.

Sportito Fantasy Premier League Team Exportคืออะไร?

Sportito Fantasy Premier League Team Export เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sportito.co.uk และคุณลักษณะหลักของมันคือ "Download your FPL Team and import it to other Fantasy Football sites for free."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With this free extension you can download your Fantasy Premier League Team in excel format and you got every statistic about the players (bps, minutes played, average points, goals, assists, chance of playing and many more). And with just a click you can import the team to other Fantasy Football Sites and play with it.

Once you add this free extension: 
1) Login to Fantasy Premier League 
2) Click on this extension logo on your Google Chrome toolbar 
3) Click on “Download your team”
4) You’ll have your team available to import it to other Fantasy Football Websites with just a click

https://www.sportito.co.uk                    

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

ชื่อ Sportito Fantasy Premier League Team Export Sportito Fantasy Premier League Team Export
ID kfbokdffenainolonhoeolhkdodkmpoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sportito-fantasy-premier/kfbokdffenainolonhoeolhkdodkmpoc
คำอธิบาย Download your FPL Team and import it to other Fantasy Football sites for free.
ขนาดไฟล์ 50.62 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2019-11-28
วันที่เผยแพร่ 2019-11-25
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.sportito.co.uk
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sportito Fantasy Premier League Team Export",
    "short_name": "FPL team Export",
    "description": "Download your FPL Team and import it to other Fantasy Football sites for free.",
    "version": "1.1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Sportito Fantasy Premier League Team Export",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*.premierleague.com\/",
        "https:\/\/*.premierleague.com\/",
        "tabs",
        "activeTab",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}