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은(는) https://www.sportito.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download your FPL Team and import it to other Fantasy Football sites for free."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sportito Fantasy Premier League Team Export 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}