Fantasy Premier League WZRD

Fantasy PL WZRD will help you win your league.

Co je Fantasy Premier League WZRD?

Fantasy Premier League WZRD je rozšíření Chrome vyvinuté fantasybasketballwizard, a jeho hlavní funkcí je „Fantasy PL WZRD will help you win your league.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fantasy Premier League WZRD

Stáhněte si soubory rozšíření Fantasy Premier League WZRD ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Fantasy Premier League WZRD Fantasy Premier League WZRD
ID ogemabmpijjeaagbplfefgokidgjjged
Oficiální URL https://chromewebstore.google.com/detail/fantasy-premier-league-wz/ogemabmpijjeaagbplfefgokidgjjged
Popis Fantasy PL WZRD will help you win your league.
Velikost souboru 146 KB
Počet instalací 204
Aktuální Verze 0.0.2
Poslední Aktualizace 2022-08-16
Datum Vydání 2020-09-23
Hodnocení 3.67/5 Celkem 6 Hodnocení
Vývojář fantasybasketballwizard
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.sportswzrd.com/
Podporované Jazyky 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\/*"
    ]
}