EPL Tracker

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

Co je EPL Tracker?

EPL Tracker je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření EPL Tracker

Stáhněte si soubory rozšíření EPL Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název EPL Tracker EPL Tracker
ID mbelbobcccnkmfbdocgopgamhelehpgc
Oficiální URL https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc
Popis EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
Velikost souboru 43.88 KB
Počet instalací 78
Aktuální Verze 1.0
Poslední Aktualizace 2019-03-30
Datum Vydání 2019-03-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    }
}