FPL Insights

A better way to get the latest statistics on all things fantasy premier league

FPL Insightsとは何ですか?

FPL InsightsはJB Appsによって開発されたChromeの拡張機能で、その主な機能は「A better way to get the latest statistics on all things fantasy premier league」です。

拡張機能のスクリーンショット

screenshot
screenshot

FPL Insights拡張機能のCRXファイルをダウンロード

FPL Insights拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        FPL Insights gives you the best analytic tools for your fantasy premier league team. ****NOW UPDATED FOR THE 22/23 SEASON****

The latest graphs and charts right inside the official fantasy premier league website which will help you to win your mini league.

More graphs and charts to come soon!

FPL Insights can be found in the transfers section of the fantasy premier league website once the extension has been installed. Just click on the "Insights" drop down to reveal                    

拡張機能の基本情報

名前 FPL Insights FPL Insights
ID ppogcdipnlbkhgpbpicpcedleloiejak
公式URL https://chromewebstore.google.com/detail/fpl-insights/ppogcdipnlbkhgpbpicpcedleloiejak
説明 A better way to get the latest statistics on all things fantasy premier league
ファイルサイズ 680 KB
インストール数 779
現在のバージョン 3.2
最終更新日 2022-11-06
公開日 2019-09-17
評価 5.00/5 合計 2 レビュー
開発者 JB Apps
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "web_accessible_resources": [
        "charts.html"
    ],
    "name": "FPL Insights",
    "description": "A better way to get the latest statistics on all things fantasy premier league",
    "version": "3.2",
    "browser_action": {
        "default_popup": "popup.html",
        "css": [
            "popup.css"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/fantasy.premierleague.com\/*"
            ],
            "css": [
                "slick.css",
                "apexcharts.css",
                "charts.css",
                "all.css"
            ],
            "js": [
                "apexcharts.js",
                "all.js",
                "jquery-3.4.1.min.js",
                "content.js",
                "slick.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}