FL Time Keeper

Display convenient reminder when Time the Healer comes.

ما هو FL Time Keeper؟

FL Time Keeper هو إضافة Chrome تم تطويرها بواسطة lensvol، والميزة الرئيسية لها هي "Display convenient reminder when Time the Healer comes.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FL Time Keeper

قم بتنزيل ملفات الامتداد FL Time Keeper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
            ]
        }
    ]
}