EPL Tracker
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
Vad är EPL Tracker?
EPL Tracker är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…".
Tilläggsskärmbilder
Ladda ner EPL Tracker-förlängningens CRX-fil
Ladda ner EPL Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | mbelbobcccnkmfbdocgopgamhelehpgc |
| Officiell webbadress | https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc |
| Beskrivning | EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the… |
| Filstorlek | 43.88 KB |
| Antal Installationer | 78 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-03-30 |
| Publiceringsdatum | 2019-03-29 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |