FL Time Keeper

Display convenient reminder when Time the Healer comes.

Qu'est-ce que FL Time Keeper ?

FL Time Keeper est une extension Chrome développée par lensvol, et sa fonction principale est "Display convenient reminder when Time the Healer comes.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FL Time Keeper

Téléchargez les fichiers d'extension FL Time Keeper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FL Time Keeper FL Time Keeper
ID aphfpnlcbhnaipmakigbajglopeiodfb
URL Officiel https://chromewebstore.google.com/detail/fl-time-keeper/aphfpnlcbhnaipmakigbajglopeiodfb
Description Display convenient reminder when Time the Healer comes.
Taille du Fichier 18.28 KB
Nombre d'Installations 203
Version Actuelle 1.1.1
Dernière Mise à Jour 2022-06-14
Date de Publication 2022-05-13
Évaluation 4.50/5 Total 4 Évaluations
Développeur lensvol
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lensvol/fl-time-keeper
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}