FL Time Keeper
Display convenient reminder when Time the Healer comes.
Co je FL Time Keeper?
FL Time Keeper je rozšíření Chrome vyvinuté lensvol, a jeho hlavní funkcí je „Display convenient reminder when Time the Healer comes.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FL Time Keeper
Stáhněte si soubory rozšíření FL Time Keeper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | FL Time Keeper |
ID | aphfpnlcbhnaipmakigbajglopeiodfb |
Oficiální URL | https://chromewebstore.google.com/detail/fl-time-keeper/aphfpnlcbhnaipmakigbajglopeiodfb |
Popis | Display convenient reminder when Time the Healer comes. |
Velikost souboru | 18.28 KB |
Počet instalací | 203 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2022-06-14 |
Datum Vydání | 2022-05-13 |
Hodnocení | 4.50/5 Celkem 4 Hodnocení |
Vývojář | lensvol |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/lensvol/fl-time-keeper |
Podporované Jazyky | 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\/*" ] } ] } |