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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…”。

擴展截圖

screenshot
screenshot

下載EPL Tracker擴展crx文件

下載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 EPL Tracker
ID mbelbobcccnkmfbdocgopgamhelehpgc
官方網址 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"
    }
}