FL Mystery Sorter
Show various things in Fallen London properly sorted.
Cos'è FL Mystery Sorter?
FL Mystery Sorter è un'estensione di Chrome sviluppata da lensvol, e la sua funzione principale è "Show various things in Fallen London properly sorted.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FL Mystery Sorter
Scarica i file di estensione FL Mystery Sorter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Exactly what it says on the tin. Only for use with the "Fallen London" browser game.
Informazioni di Base sull'Estensione
Nome | FL Mystery Sorter |
ID | dphadlgegfppjflgefaicponddcnjpbm |
URL Ufficiale | https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm |
Descrizione | Show various things in Fallen London properly sorted. |
Dimensione del File | 11.38 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2022-06-09 |
Data di Pubblicazione | 2022-04-20 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | lensvol |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lensvol/fl-mystery-sorter |
Lingue Supportate | 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": [] } |