FPL Time Adjuster

Changes time on FPL site to local timezone

什麼是FPL Time Adjuster?

FPL Time Adjuster是由bryancoxwell開發的Chrome擴展程式,該擴展的主要功能是“Changes time on FPL site to local timezone”。

下載FPL Time Adjuster擴展crx文件

下載FPL Time Adjuster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Changes times on the Official Fantasy Premier League website to the local timezone.                    

擴展基本資訊

名稱 FPL Time Adjuster FPL Time Adjuster
ID iljloaknhbhffhofoggjpfpnjlfdajjg
官方網址 https://chrome.google.com/webstore/detail/iljloaknhbhffhofoggjpfpnjlfdajjg
簡介 Changes time on FPL site to local timezone
檔案大小 9.47 KB
安裝次數 52
目前版本 1.1
更新時間 2017-02-07
上架時間 2017-02-07
評分 3.57/5 共 7 次評分
開發者 bryancoxwell
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FPL Time Adjuster",
    "description": "Changes time on FPL site to local timezone",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.premierleague.com\/*"
            ],
            "js": [
                "fpltime.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}