FL Mystery Sorter
Show various things in Fallen London properly sorted.
¿Qué es FL Mystery Sorter?
FL Mystery Sorter es una extensión de Chrome desarrollada por lensvol, y su función principal es "Show various things in Fallen London properly sorted.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FL Mystery Sorter
Descarga archivos de extensión FL Mystery Sorter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Exactly what it says on the tin. Only for use with the "Fallen London" browser game.
Información Básica de la Extensión
Nombre | FL Mystery Sorter |
ID | dphadlgegfppjflgefaicponddcnjpbm |
URL Oficial | https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm |
Descripción | Show various things in Fallen London properly sorted. |
Tamaño del Archivo | 11.38 KB |
Cantidad de Instalaciones | 44 |
Versión Actual | 1.2.0 |
Última Actualización | 2022-06-09 |
Fecha de Publicación | 2022-04-20 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | lensvol |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/lensvol/fl-mystery-sorter |
Idiomas Soportados | 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": [] } |