Fallen London Goat Farmer's Extension
This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.
What is Fallen London Goat Farmer's Extension?
Fallen London Goat Farmer's Extension is a Chrome extension developed by Gallmarch Industries, and its main feature is "This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.".
Extension Screenshots
Download Fallen London Goat Farmer's Extension Extension CRX File
Download Fallen London Goat Farmer's Extension 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 extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London. It includes options to exclude certain items from the calculation. This add-on is listed on the Fallen London Extension Whitelist: http://community.failbettergames.com/topic9506-fallen-london-extensions-whitelist.aspx
Extension Basic Information
Name | Fallen London Goat Farmer's Extension |
ID | biefkddpeaninjbkipkgnncpdlbddkfl |
Official URL | https://chromewebstore.google.com/detail/fallen-london-goat-farmer/biefkddpeaninjbkipkgnncpdlbddkfl |
Description | This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London. |
File Size | 199 KB |
Installation Count | 915 |
Current Version | 4.0.1 |
Last Updated | 2019-08-07 |
Publish Date | 2019-08-07 |
Rating | 5.00/5 Total 17 Ratings |
Developer | Gallmarch Industries |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fallen London Goat Farmer's Extension", "description": "This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.", "permissions": [ "webRequest", "storage", "*:\/\/*.fallenlondon.com\/" ], "version": "4.0.1", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.fallenlondon.com\/*", "https:\/\/.fallenlondon.com\/*" ], "css": [ "styles.css" ], "js": [ "content-script.js" ], "run_at": "document_end" } ] } |