FL Mystery Sorter
Show various things in Fallen London properly sorted.
什么是FL Mystery Sorter?
FL Mystery Sorter是由lensvol开发的Chrome扩展程序,该扩展的主要功能是“Show various things in Fallen London properly sorted.”。
扩展截图
下载FL Mystery Sorter扩展crx文件
下载FL Mystery Sorter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Exactly what it says on the tin. Only for use with the "Fallen London" browser game.
扩展基本信息
名称 | FL Mystery Sorter |
ID | dphadlgegfppjflgefaicponddcnjpbm |
官方URL | https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm |
简介 | Show various things in Fallen London properly sorted. |
文件大小 | 11.38 KB |
安装次数 | 44 |
当前版本 | 1.2.0 |
更新时间 | 2022-06-09 |
上架时间 | 2022-04-20 |
评分 | 5.00/5 共2次评分 |
开发者 | lensvol |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/lensvol/fl-mystery-sorter |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FL Mystery Sorter", "description": "Show various things in Fallen London properly sorted.", "version": "1.2.0", "manifest_version": 3, "host_permissions": [ "https:\/\/www.fallenlondon.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "\/images\/fl-mystery-sorter-icon-16.png", "32": "\/images\/fl-mystery-sorter-icon-32.png", "48": "\/images\/fl-mystery-sorter-icon-48.png", "128": "\/images\/fl-mystery-sorter-icon-128.png" } }, "icons": { "16": "\/images\/fl-mystery-sorter-icon-16.png", "32": "\/images\/fl-mystery-sorter-icon-32.png", "48": "\/images\/fl-mystery-sorter-icon-48.png", "128": "\/images\/fl-mystery-sorter-icon-128.png" }, "web_accessible_resources": [] } |