Chandlery for Fallen London
Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck
What is Chandlery for Fallen London?
Chandlery for Fallen London is a Chrome extension developed by Xan, and its main feature is "Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck".
Extension Screenshots
Download Chandlery for Fallen London Extension CRX File
Download Chandlery for Fallen London 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
This is an UNOFFICIAL Chrome extension for Fallen London. Now updated to the Fallen London redesign. As long as your Fallen London tab is open, it will monitor and update the tab title with your current number of actions and Opportunity deck cards. It will also optionally show desktop notifications when your candle or deck are full. Fallen London © Copyright Failbetter Games Icon credit: by Icons8 from www.flaticon.com, licensed under CC BY 3.0
Extension Basic Information
Name | Chandlery for Fallen London |
ID | anhebaghddcipcnlgoehajobofkgghje |
Official URL | https://chromewebstore.google.com/detail/chandlery-for-fallen-lond/anhebaghddcipcnlgoehajobofkgghje |
Description | Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck |
File Size | 53.77 KB |
Installation Count | 364 |
Current Version | 1.4 |
Last Updated | 2019-05-03 |
Publish Date | 2019-05-03 |
Rating | 5.00/5 Total 11 Ratings |
Developer | Xan |
[email protected] | |
Payment Type | free |
Extension Website | http://community.failbettergames.com/topic19830-browser-extension-chandlery-for-fallen-london.aspx |
Help Page URL | https://github.com/kav2k/chandlery/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chandlery for Fallen London", "short_name": "Chandlery", "description": "Unofficial Fallen London extension to keep an eye on your action candle and Opportunities deck", "version": "1.4", "icons": { "16": "img\/icon48.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "js": [ "js\/lib\/mutation-summary.js", "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js", "js\/notification.js", "js\/storageSync.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": false }, "permissions": [ "storage", "notifications", "https:\/\/www.fallenlondon.com\/*" ], "minimum_chrome_version": "50" } |