EPL fantasy
English Premier League fantasy.
Qu'est-ce que EPL fantasy ?
EPL fantasy est une extension Chrome développée par http://milanchheda.github.io/epl-fantasy, et sa fonction principale est "English Premier League fantasy.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EPL fantasy
Téléchargez les fichiers d'extension EPL fantasy 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
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.
Informations de Base sur l'Extension
Nom | |
ID | gcgdioaopnnibemkooobgehieofmmfgc |
URL Officiel | https://chrome.google.com/webstore/detail/epl-fantasy/gcgdioaopnnibemkooobgehieofmmfgc |
Description | English Premier League fantasy. |
Taille du Fichier | 123 KB |
Nombre d'Installations | 612 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-10-23 |
Date de Publication | 2016-10-23 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | http://milanchheda.github.io/epl-fantasy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://milanchheda.github.io/epl-fantasy/ |
Langues Prises en Charge | 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'" } |