FPL Insights

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

¿Qué es FPL Insights?

FPL Insights es una extensión de Chrome desarrollada por JB Apps, y su función principal es "A better way to get the latest statistics on all things fantasy premier league".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión FPL Insights

Descarga archivos de extensión FPL Insights en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre FPL Insights FPL Insights
ID ppogcdipnlbkhgpbpicpcedleloiejak
URL Oficial https://chromewebstore.google.com/detail/fpl-insights/ppogcdipnlbkhgpbpicpcedleloiejak
Descripción A better way to get the latest statistics on all things fantasy premier league
Tamaño del Archivo 680 KB
Cantidad de Instalaciones 779
Versión Actual 3.2
Última Actualización 2022-11-06
Fecha de Publicación 2019-09-17
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador JB Apps
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}