FPL Insights

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

Wat is FPL Insights?

FPL Insights is een Chrome-extensie ontwikkeld door JB Apps, en de belangrijkste functie is "A better way to get the latest statistics on all things fantasy premier league".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie FPL Insights

Download FPL Insights-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam FPL Insights FPL Insights
ID ppogcdipnlbkhgpbpicpcedleloiejak
Officiële URL https://chromewebstore.google.com/detail/fpl-insights/ppogcdipnlbkhgpbpicpcedleloiejak
Beschrijving A better way to get the latest statistics on all things fantasy premier league
Bestandsgrootte 680 KB
Aantal Installaties 779
Huidige Versie 3.2
Laatst Bijgewerkt 2022-11-06
Publicatiedatum 2019-09-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar JB Apps
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}