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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}