EPL fantasy
English Premier League fantasy.
Was ist EPL fantasy?
EPL fantasy ist eine Chrome-Erweiterung, die von http://milanchheda.github.io/epl-fantasy entwickelt wurde, und ihr Hauptmerkmal ist "English Premier League fantasy.".
Erweiterungsscreenshots
EPL fantasy-Erweiterungs-CRX-Datei herunterladen
Laden Sie EPL fantasy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gcgdioaopnnibemkooobgehieofmmfgc |
Offizielle URL | https://chrome.google.com/webstore/detail/epl-fantasy/gcgdioaopnnibemkooobgehieofmmfgc |
Beschreibung | English Premier League fantasy. |
Dateigröße | 123 KB |
Installationsanzahl | 612 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2016-10-23 |
Veröffentlichungsdatum | 2016-10-23 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | http://milanchheda.github.io/epl-fantasy |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://milanchheda.github.io/epl-fantasy/ |
Unterstützte Sprachen | 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'" } |