EPL Tracker

EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…

Hvad er EPL Tracker?

EPL Tracker er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download EPL Tracker-udvidelses-CRX-fil

Download EPL Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn EPL Tracker EPL Tracker
ID mbelbobcccnkmfbdocgopgamhelehpgc
Officiel URL https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc
Beskrivelse EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
Filstørrelse 43.88 KB
Antal Installationer 78
Nuværende Version 1.0
Senest Opdateret 2019-03-30
Udgivelsesdato 2019-03-29
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    }
}