FPL Time Adjuster
Changes time on FPL site to local timezone
FPL Time Adjusterคืออะไร?
FPL Time Adjuster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bryancoxwell และคุณลักษณะหลักของมันคือ "Changes time on FPL site to local timezone"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FPL Time Adjuster
ดาวน์โหลดไฟล์ส่วนขยาย FPL Time Adjuster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes times on the Official Fantasy Premier League website to the local timezone.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
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" ] } |