EPL Tracker
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
Wat is EPL Tracker?
EPL Tracker is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…".
Extensie Screenshots
Download het CRX-bestand van de extensie EPL Tracker
Download EPL Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | mbelbobcccnkmfbdocgopgamhelehpgc |
| Officiële URL | https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc |
| Beschrijving | EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the… |
| Bestandsgrootte | 43.88 KB |
| Aantal Installaties | 78 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-03-30 |
| Publicatiedatum | 2019-03-29 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |