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.".
Снимки экрана расширения
Скачать файл 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 |
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\/*" ] } ] } |