EPL fantasy
English Premier League fantasy.
¿Qué es EPL fantasy?
EPL fantasy es una extensión de Chrome desarrollada por http://milanchheda.github.io/epl-fantasy, y su función principal es "English Premier League fantasy.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión EPL fantasy
Descarga archivos de extensión EPL fantasy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | gcgdioaopnnibemkooobgehieofmmfgc |
URL Oficial | https://chrome.google.com/webstore/detail/epl-fantasy/gcgdioaopnnibemkooobgehieofmmfgc |
Descripción | English Premier League fantasy. |
Tamaño del Archivo | 123 KB |
Cantidad de Instalaciones | 612 |
Versión Actual | 1.0.2 |
Última Actualización | 2016-10-23 |
Fecha de Publicación | 2016-10-23 |
Calificación | 5.00/5 Total de 8 Calificaciones |
Desarrollador | http://milanchheda.github.io/epl-fantasy |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://milanchheda.github.io/epl-fantasy/ |
Idiomas Soportados | 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'" } |