EPL Tracker
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
Cos'è EPL Tracker?
EPL Tracker è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EPL Tracker
Scarica i file di estensione EPL Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | EPL Tracker |
ID | mbelbobcccnkmfbdocgopgamhelehpgc |
URL Ufficiale | https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc |
Descrizione | EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the… |
Dimensione del File | 43.88 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-03-30 |
Data di Pubblicazione | 2019-03-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |