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
公式URL 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"
    ]
}