FL Time Keeper
Display convenient reminder when Time the Healer comes.
什么是FL Time Keeper?
FL Time Keeper是由lensvol开发的Chrome扩展程序,该扩展的主要功能是“Display convenient reminder when Time the Healer comes.”。
扩展截图
下载FL Time Keeper扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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\/*"
]
}
]
} | |