FL Mystery Sorter
Show various things in Fallen London properly sorted.
Wat is FL Mystery Sorter?
FL Mystery Sorter is een Chrome-extensie ontwikkeld door lensvol, en de belangrijkste functie is "Show various things in Fallen London properly sorted.".
Extensie Screenshots
Download het CRX-bestand van de extensie FL Mystery Sorter
Download FL Mystery Sorter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Exactly what it says on the tin. Only for use with the "Fallen London" browser game.
Basisinformatie over de Extensie
Naam | FL Mystery Sorter |
ID | dphadlgegfppjflgefaicponddcnjpbm |
Officiële URL | https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm |
Beschrijving | Show various things in Fallen London properly sorted. |
Bestandsgrootte | 11.38 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2022-06-09 |
Publicatiedatum | 2022-04-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | lensvol |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/lensvol/fl-mystery-sorter |
Ondersteunde Talen | 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": [] } |