EPL Tracker
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
Was ist EPL Tracker?
EPL Tracker ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…".
Erweiterungsscreenshots
EPL Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie EPL Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mbelbobcccnkmfbdocgopgamhelehpgc |
| Offizielle URL | https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc |
| Beschreibung | EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the… |
| Dateigröße | 43.88 KB |
| Installationsanzahl | 78 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2019-03-30 |
| Veröffentlichungsdatum | 2019-03-29 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |