FPL Time Adjuster
Changes time on FPL site to local timezone
Apa itu FPL Time Adjuster?
FPL Time Adjuster adalah ekstensi Chrome yang dikembangkan oleh bryancoxwell, dan fitur utamanya adalah "Changes time on FPL site to local timezone".
Unduh Berkas CRX Ekstensi FPL Time Adjuster
Unduh file ekstensi FPL Time Adjuster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Changes times on the Official Fantasy Premier League website to the local timezone.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | iljloaknhbhffhofoggjpfpnjlfdajjg |
URL Resmi | https://chrome.google.com/webstore/detail/iljloaknhbhffhofoggjpfpnjlfdajjg |
Deskripsi | Changes time on FPL site to local timezone |
Ukuran File | 9.47 KB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-02-07 |
Tanggal Publikasi | 2017-02-07 |
Penilaian | 3.57/5 Total 7 Penilaian |
Pengembang | bryancoxwell |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |