EPL Tracker

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

What is EPL Tracker?

EPL Tracker is a Chrome extension developed by Unknown, and its main feature is "EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…".

Extension Screenshots

screenshot
screenshot

Download EPL Tracker Extension CRX File

Download EPL Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name EPL Tracker EPL Tracker
ID mbelbobcccnkmfbdocgopgamhelehpgc
Official URL https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc
Description EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
File Size 43.88 KB
Installation Count 78
Current Version 1.0
Last Updated 2019-03-30
Publish Date 2019-03-29
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}