Fantasy Premier League WZRD
Fantasy PL WZRD will help you win your league.
What is Fantasy Premier League WZRD?
Fantasy Premier League WZRD is a Chrome extension developed by fantasybasketballwizard, and its main feature is "Fantasy PL WZRD will help you win your league.".
Extension Screenshots
Download Fantasy Premier League WZRD Extension CRX File
Download Fantasy Premier League WZRD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Fantasy Premier League WZRD |
ID | ogemabmpijjeaagbplfefgokidgjjged |
Official URL | https://chromewebstore.google.com/detail/fantasy-premier-league-wz/ogemabmpijjeaagbplfefgokidgjjged |
Description | Fantasy PL WZRD will help you win your league. |
File Size | 146 KB |
Installation Count | 204 |
Current Version | 0.0.2 |
Last Updated | 2022-08-16 |
Publish Date | 2020-09-23 |
Rating | 3.67/5 Total 6 Ratings |
Developer | fantasybasketballwizard |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sportswzrd.com/ |
Supported Languages | 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\/*" ] } |