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. 擴展基本資訊
| 名稱 | |
| ID | dphadlgegfppjflgefaicponddcnjpbm |
| 官方網址 | 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": []
} | |