Fallen London Goat Farmer's Extension
This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.
Co je Fallen London Goat Farmer's Extension?
Fallen London Goat Farmer's Extension je rozšíření Chrome vyvinuté Gallmarch Industries, a jeho hlavní funkcí je „This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fallen London Goat Farmer's Extension
Stáhněte si soubory rozšíření Fallen London Goat Farmer's Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Fallen London Goat Farmer's Extension |
ID | biefkddpeaninjbkipkgnncpdlbddkfl |
Oficiální URL | https://chromewebstore.google.com/detail/fallen-london-goat-farmer/biefkddpeaninjbkipkgnncpdlbddkfl |
Popis | This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London. |
Velikost souboru | 199 KB |
Počet instalací | 915 |
Aktuální Verze | 4.0.1 |
Poslední Aktualizace | 2019-08-07 |
Datum Vydání | 2019-08-07 |
Hodnocení | 5.00/5 Celkem 17 Hodnocení |
Vývojář | Gallmarch Industries |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |