FL Time Keeper

Display convenient reminder when Time the Healer comes.

Cos'è FL Time Keeper?

FL Time Keeper è un'estensione di Chrome sviluppata da lensvol, e la sua funzione principale è "Display convenient reminder when Time the Healer comes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FL Time Keeper

Scarica i file di estensione FL Time Keeper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FL Time Keeper FL Time Keeper
ID aphfpnlcbhnaipmakigbajglopeiodfb
URL Ufficiale https://chromewebstore.google.com/detail/fl-time-keeper/aphfpnlcbhnaipmakigbajglopeiodfb
Descrizione Display convenient reminder when Time the Healer comes.
Dimensione del File 18.28 KB
Conteggio Installazioni 203
Versione Corrente 1.1.1
Ultimo Aggiornamento 2022-06-14
Data di Pubblicazione 2022-05-13
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore lensvol
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lensvol/fl-time-keeper
Lingue Supportate 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\/*"
            ]
        }
    ]
}