EPL Tracker

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

Qu'est-ce que EPL Tracker ?

EPL Tracker est une extension Chrome développée par Unknown, et sa fonction principale est "EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension EPL Tracker

Téléchargez les fichiers d'extension EPL Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom EPL Tracker EPL Tracker
ID mbelbobcccnkmfbdocgopgamhelehpgc
URL Officiel 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…
Taille du Fichier 43.88 KB
Nombre d'Installations 78
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-30
Date de Publication 2019-03-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}