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ファイルをダウンロード

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