Fallen London Goat Farmer's Extension
This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.
Wat is Fallen London Goat Farmer's Extension?
Fallen London Goat Farmer's Extension is een Chrome-extensie ontwikkeld door Gallmarch Industries, en de belangrijkste functie is "This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fallen London Goat Farmer's Extension
Download Fallen London Goat Farmer's Extension-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
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
Basisinformatie over de Extensie
Naam | Fallen London Goat Farmer's Extension |
ID | biefkddpeaninjbkipkgnncpdlbddkfl |
Officiële URL | https://chromewebstore.google.com/detail/fallen-london-goat-farmer/biefkddpeaninjbkipkgnncpdlbddkfl |
Beschrijving | This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London. |
Bestandsgrootte | 199 KB |
Aantal Installaties | 915 |
Huidige Versie | 4.0.1 |
Laatst Bijgewerkt | 2019-08-07 |
Publicatiedatum | 2019-08-07 |
Beoordeling | 5.00/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Gallmarch Industries |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |