FPL Time Adjuster
Changes time on FPL site to local timezone
Vad är FPL Time Adjuster?
FPL Time Adjuster är en Chrome-tillägg utvecklad av bryancoxwell, och dess huvudfunktion är "Changes time on FPL site to local timezone".
Ladda ner FPL Time Adjuster-förlängningens CRX-fil
Ladda ner FPL Time Adjuster-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Changes times on the Official Fantasy Premier League website to the local timezone.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | iljloaknhbhffhofoggjpfpnjlfdajjg |
Officiell webbadress | https://chrome.google.com/webstore/detail/iljloaknhbhffhofoggjpfpnjlfdajjg |
Beskrivning | Changes time on FPL site to local timezone |
Filstorlek | 9.47 KB |
Antal Installationer | 52 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-02-07 |
Publiceringsdatum | 2017-02-07 |
Betyg | 3.57/5 Totalt 7 Betyg |
Utvecklare | bryancoxwell |
Betalningssätt | free |
Stödda Språk | 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" ] } |