FL Small Mercies
Set of small 'fixes' for Fallen London UI.
O que é FL Small Mercies?
FL Small Mercies é uma extensão do Chrome desenvolvida por lensvol, e sua principal característica é "Set of small 'fixes' for Fallen London UI.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FL Small Mercies
Baixe arquivos de extensão FL Small Mercies no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension introduces a set of small "fixers" for Fallen London UI intended to correct small deficiencies (as perceived by me, extension's author) in it. Any of the fixers can be enabled or disabled via a new "Extensions" section on the Account page.
Informações Básicas da Extensão
Nome | FL Small Mercies |
ID | efcjeepmkepahpaodagjlioagpganblf |
URL Oficial | https://chromewebstore.google.com/detail/fl-small-mercies/efcjeepmkepahpaodagjlioagpganblf |
Descrição | Set of small 'fixes' for Fallen London UI. |
Tamanho do Arquivo | 127 KB |
Contagem de Instalações | 333 |
Versão Atual | 3.0.9 |
Última Atualização | 2024-02-13 |
Data de Publicação | 2022-08-03 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | lensvol |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lensvol/fl-small-mercies |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FL Small Mercies", "description": "Set of small 'fixes' for Fallen London UI.", "version": "3.0.9", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "dist\/background-bundle.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "css": [ "dist\/css\/extension.css" ], "js": [ "dist\/content-bundle.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "\/images\/fl-small-mercies-icon-16.png", "32": "\/images\/fl-small-mercies-icon-32.png", "48": "\/images\/fl-small-mercies-icon-48.png", "128": "\/images\/fl-small-mercies-icon-128.png" } }, "icons": { "16": "\/images\/fl-small-mercies-icon-16.png", "32": "\/images\/fl-small-mercies-icon-32.png", "48": "\/images\/fl-small-mercies-icon-48.png", "128": "\/images\/fl-small-mercies-icon-128.png" }, "web_accessible_resources": [ { "resources": [ "dist\/*", "src\/*" ], "matches": [ "https:\/\/www.fallenlondon.com\/*" ] } ] } |