FL Time Keeper

Display convenient reminder when Time the Healer comes.

FL Time Keeper क्या है?

FL Time Keeper lensvol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display convenient reminder when Time the Healer comes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FL Time Keeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम FL Time Keeper FL Time Keeper
ID aphfpnlcbhnaipmakigbajglopeiodfb
आधिकारिक URL https://chromewebstore.google.com/detail/fl-time-keeper/aphfpnlcbhnaipmakigbajglopeiodfb
विवरण Display convenient reminder when Time the Healer comes.
फ़ाइल का आकार 18.28 KB
स्थापना संख्या 203
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2022-06-14
प्रकाशन तिथि 2022-05-13
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर lensvol
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lensvol/fl-time-keeper
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}