FL Time Keeper
Display convenient reminder when Time the Healer comes.
O que é FL Time Keeper?
FL Time Keeper é uma extensão do Chrome desenvolvida por lensvol, e sua principal característica é "Display convenient reminder when Time the Healer comes.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FL Time Keeper
Baixe arquivos de extensão FL Time Keeper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | FL Time Keeper |
ID | aphfpnlcbhnaipmakigbajglopeiodfb |
URL Oficial | https://chromewebstore.google.com/detail/fl-time-keeper/aphfpnlcbhnaipmakigbajglopeiodfb |
Descrição | Display convenient reminder when Time the Healer comes. |
Tamanho do Arquivo | 18.28 KB |
Contagem de Instalações | 203 |
Versão Atual | 1.1.1 |
Última Atualização | 2022-06-14 |
Data de Publicação | 2022-05-13 |
Classificação | 4.50/5 Total de 4 Avaliações |
Desenvolvedor | lensvol |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lensvol/fl-time-keeper |
Idiomas Suportados | 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\/*" ] } ] } |