FL Quirk Master
Annotate branches which influence your Quirks.
What is FL Quirk Master?
FL Quirk Master is a Chrome extension developed by lensvol, and its main feature is "Annotate branches which influence your Quirks.".
Extension Screenshots
Download FL Quirk Master Extension CRX File
Download FL Quirk Master extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple extension to annotate Fallen London branch descriptions with warnings about Quirks being affected. How to use: 1. You need to have an existing Fallen London account 2. Install the extension 3. Enter any storylet that has branches which can influence your Quirks (e.g. "A letter from your aunt" Opportunity Card) 4. You will see bold text added to each branch that describes effect choosing it will have on your Quirks. 5. Enjoy!
Extension Basic Information
Name | FL Quirk Master |
ID | ajkkmlpkfhdcepioapimmhdcgeadkphe |
Official URL | https://chromewebstore.google.com/detail/fl-quirk-master/ajkkmlpkfhdcepioapimmhdcgeadkphe |
Description | Annotate branches which influence your Quirks. |
File Size | 46.37 KB |
Installation Count | 136 |
Current Version | 1.0.4 |
Last Updated | 2023-05-25 |
Publish Date | 2022-08-16 |
Developer | lensvol |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/lensvol/fl-quirk-master |
Help Page URL | https://github.com/lensvol/fl-quirk-master/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FL Quirk Master", "description": "Annotate branches which influence your Quirks.", "version": "1.0.4", "manifest_version": 3, "host_permissions": [ "https:\/\/www.fallenlondon.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "js": [ "quirk_changes.js", "content.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "\/images\/fl-quirk-master-icon-16.png", "32": "\/images\/fl-quirk-master-icon-32.png", "48": "\/images\/fl-quirk-master-icon-48.png", "128": "\/images\/fl-quirk-master-icon-128.png" } }, "icons": { "16": "\/images\/fl-quirk-master-icon-16.png", "32": "\/images\/fl-quirk-master-icon-32.png", "48": "\/images\/fl-quirk-master-icon-48.png", "128": "\/images\/fl-quirk-master-icon-128.png" }, "web_accessible_resources": [] } |