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
电子邮箱 [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"
        ]
    }
}