EPL fantasy
English Premier League fantasy.
Wat is EPL fantasy?
EPL fantasy is een Chrome-extensie ontwikkeld door http://milanchheda.github.io/epl-fantasy, en de belangrijkste functie is "English Premier League fantasy.".
Extensie Screenshots
Download het CRX-bestand van de extensie EPL fantasy
Download EPL fantasy-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
An (unofficial) English Premier League fantasy chrome extension. Features: 1. Shows you the points you scored in the current gameweek as well as your overall points 2. Shows your current gameweek rank as well as overall rank 3. Shows the leagues you have joined and ranks in each leagues 4. Shows you upcoming matches and results on past game weeks 5. Shows you the EPL standings All of the above and many more hidden features are built in this extension. Amazingly fast, gives quick overview of where my team and ranking is and what all happened in the game week.
Basisinformatie over de Extensie
Naam | |
ID | gcgdioaopnnibemkooobgehieofmmfgc |
Officiële URL | https://chrome.google.com/webstore/detail/epl-fantasy/gcgdioaopnnibemkooobgehieofmmfgc |
Beschrijving | English Premier League fantasy. |
Bestandsgrootte | 123 KB |
Aantal Installaties | 612 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2016-10-23 |
Publicatiedatum | 2016-10-23 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | http://milanchheda.github.io/epl-fantasy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://milanchheda.github.io/epl-fantasy/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EPL fantasy", "version": "1.0.2", "manifest_version": 2, "description": "English Premier League fantasy.", "browser_action": { "default_icon": "icon_1.png", "default_title": "English Premier League", "default_popup": "popup.html" }, "icons": { "128": "icon_1.png" }, "permissions": [ "tabs", "history", "storage", "*:\/\/fantasy.premierleague.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |