FPL Time Adjuster
Changes time on FPL site to local timezone
Wat is FPL Time Adjuster?
FPL Time Adjuster is een Chrome-extensie ontwikkeld door bryancoxwell, en de belangrijkste functie is "Changes time on FPL site to local timezone".
Download het CRX-bestand van de extensie FPL Time Adjuster
Download FPL Time Adjuster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Changes times on the Official Fantasy Premier League website to the local timezone.
Basisinformatie over de Extensie
Naam | ![]() |
ID | iljloaknhbhffhofoggjpfpnjlfdajjg |
Officiële URL | https://chrome.google.com/webstore/detail/iljloaknhbhffhofoggjpfpnjlfdajjg |
Beschrijving | Changes time on FPL site to local timezone |
Bestandsgrootte | 9.47 KB |
Aantal Installaties | 52 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-02-07 |
Publicatiedatum | 2017-02-07 |
Beoordeling | 3.57/5 Totaal 7 Beoordelingen |
Ontwikkelaar | bryancoxwell |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |