FPL Insights

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

O que é FPL Insights?

FPL Insights é uma extensão do Chrome desenvolvida por JB Apps, e sua principal característica é "A better way to get the latest statistics on all things fantasy premier league".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FPL Insights

Baixe arquivos de extensão FPL Insights no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FPL Insights FPL Insights
ID ppogcdipnlbkhgpbpicpcedleloiejak
URL Oficial https://chromewebstore.google.com/detail/fpl-insights/ppogcdipnlbkhgpbpicpcedleloiejak
Descrição A better way to get the latest statistics on all things fantasy premier league
Tamanho do Arquivo 680 KB
Contagem de Instalações 779
Versão Atual 3.2
Última Atualização 2022-11-06
Data de Publicação 2019-09-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor JB Apps
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}