EPL Tracker
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
Τι είναι το EPL Tracker;
Το EPL Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EPL Tracker
Λήψη αρχείων επέκτασης EPL Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | EPL Tracker |
ID | mbelbobcccnkmfbdocgopgamhelehpgc |
Επίσημο URL | https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc |
Περιγραφή | EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the… |
Μέγεθος Αρχείου | 43.88 KB |
Αριθμός Εγκαταστάσεων | 78 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2019-03-30 |
Ημερομηνία Δημοσίευσης | 2019-03-29 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |