Fallen London Goat Farmer's Extension
This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.
Hvad er Fallen London Goat Farmer's Extension?
Fallen London Goat Farmer's Extension er en Chrome-udvidelse udviklet af Gallmarch Industries, og dens hovedfunktion er "This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.".
Udvidelsesskærmbilleder
Download Fallen London Goat Farmer's Extension-udvidelses-CRX-fil
Download Fallen London Goat Farmer's Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Fallen London Goat Farmer's Extension |
ID | biefkddpeaninjbkipkgnncpdlbddkfl |
Officiel URL | https://chromewebstore.google.com/detail/fallen-london-goat-farmer/biefkddpeaninjbkipkgnncpdlbddkfl |
Beskrivelse | This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London. |
Filstørrelse | 199 KB |
Antal Installationer | 915 |
Nuværende Version | 4.0.1 |
Senest Opdateret | 2019-08-07 |
Udgivelsesdato | 2019-08-07 |
Bedømmelse | 5.00/5 Samlet 17 Bedømmelser |
Udvikler | Gallmarch Industries |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |