FL Mystery Sorter
Show various things in Fallen London properly sorted.
Vad är FL Mystery Sorter?
FL Mystery Sorter är en Chrome-tillägg utvecklad av lensvol, och dess huvudfunktion är "Show various things in Fallen London properly sorted.".
Tilläggsskärmbilder
Ladda ner FL Mystery Sorter-förlängningens CRX-fil
Ladda ner FL Mystery Sorter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Exactly what it says on the tin. Only for use with the "Fallen London" browser game. Grundläggande Information om Tillägg
| Namn | |
| ID | dphadlgegfppjflgefaicponddcnjpbm |
| Officiell webbadress | https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm |
| Beskrivning | Show various things in Fallen London properly sorted. |
| Filstorlek | 11.38 KB |
| Antal Installationer | 44 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2022-06-09 |
| Publiceringsdatum | 2022-04-20 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | lensvol |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/lensvol/fl-mystery-sorter |
| Stödda Språk | 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": []
} | |