Fantasy Premier League WZRD

Fantasy PL WZRD will help you win your league.

Qu'est-ce que Fantasy Premier League WZRD ?

Fantasy Premier League WZRD est une extension Chrome développée par fantasybasketballwizard, et sa fonction principale est "Fantasy PL WZRD will help you win your league.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fantasy Premier League WZRD

Téléchargez les fichiers d'extension Fantasy Premier League WZRD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A simple tool to help you pick the best FPL team to win your league!

Currently there is just a single feature, which shows a player's past performance against their upcoming opponent.                    

Informations de Base sur l'Extension

Nom Fantasy Premier League WZRD Fantasy Premier League WZRD
ID ogemabmpijjeaagbplfefgokidgjjged
URL Officiel https://chromewebstore.google.com/detail/fantasy-premier-league-wz/ogemabmpijjeaagbplfefgokidgjjged
Description Fantasy PL WZRD will help you win your league.
Taille du Fichier 146 KB
Nombre d'Installations 204
Version Actuelle 0.0.2
Dernière Mise à Jour 2022-08-16
Date de Publication 2020-09-23
Évaluation 3.67/5 Total 6 Évaluations
Développeur fantasybasketballwizard
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.sportswzrd.com/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fantasy Premier League WZRD",
    "version": "0.0.2",
    "description": "Fantasy PL WZRD will help you win your league.",
    "browser_action": {
        "default_icon": "frontend\/icon.png",
        "default_popup": "frontend\/popup.html"
    },
    "icons": {
        "128": "frontend\/icon.png",
        "48": "frontend\/icon48.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/*"
            ],
            "js": [
                "js\/premierLeague\/myTeam.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.sportswzrd.com\/*"
    ]
}