FL Time Keeper
Display convenient reminder when Time the Healer comes.
Wat is FL Time Keeper?
FL Time Keeper is een Chrome-extensie ontwikkeld door lensvol, en de belangrijkste functie is "Display convenient reminder when Time the Healer comes.".
Extensie Screenshots
Download het CRX-bestand van de extensie FL Time Keeper
Download FL Time Keeper-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
Display convenient reminder when Time the Healer comes. This is useful when you are doing grinds that require you to maintain a certain level of Notability (e.g. Paramount Presence) and will show you a warning when you need to catch up with TTH.
Basisinformatie over de Extensie
Naam | FL Time Keeper |
ID | aphfpnlcbhnaipmakigbajglopeiodfb |
Officiële URL | https://chromewebstore.google.com/detail/fl-time-keeper/aphfpnlcbhnaipmakigbajglopeiodfb |
Beschrijving | Display convenient reminder when Time the Healer comes. |
Bestandsgrootte | 18.28 KB |
Aantal Installaties | 203 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2022-06-14 |
Publicatiedatum | 2022-05-13 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | lensvol |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/lensvol/fl-time-keeper |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FL Time Keeper", "description": "Display convenient reminder when Time the Healer comes.", "version": "1.1.1", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "\/images\/fl-time-keeper-icon-16.png", "32": "\/images\/fl-time-keeper-icon-32.png", "48": "\/images\/fl-time-keeper-icon-48.png", "128": "\/images\/fl-time-keeper-icon-128.png" } }, "icons": { "16": "\/images\/fl-time-keeper-icon-16.png", "32": "\/images\/fl-time-keeper-icon-32.png", "48": "\/images\/fl-time-keeper-icon-48.png", "128": "\/images\/fl-time-keeper-icon-128.png" }, "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/www.fallenlondon.com\/*" ] } ] } |