EPL Tracker
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
¿Qué es EPL Tracker?
EPL Tracker es una extensión de Chrome desarrollada por Unknown, y su función principal es "EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión EPL Tracker
Descarga archivos de extensión EPL Tracker 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
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the upcoming matches. In the background, it also displays a Manchester United wallpaper which changes every time the tab is reloaded. Also, there is a new quote which is shown in every new tab opened. Built by - Nikunj Mall
Información Básica de la Extensión
Nombre | EPL Tracker |
ID | mbelbobcccnkmfbdocgopgamhelehpgc |
URL Oficial | https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc |
Descripción | EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the… |
Tamaño del Archivo | 43.88 KB |
Cantidad de Instalaciones | 78 |
Versión Actual | 1.0 |
Última Actualización | 2019-03-30 |
Fecha de Publicación | 2019-03-29 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EPL Tracker", "short_name": "EPL", "author": "Nikunj Mall", "version": "1.0", "permissions": [ "activeTab", "storage", "https:\/\/api.football-data.org\/v2\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "logo.png", "default_title": "EPL Tracker" } } |