Fallen London Goat Farmer's Extension
This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.
Apa itu Fallen London Goat Farmer's Extension?
Fallen London Goat Farmer's Extension adalah ekstensi Chrome yang dikembangkan oleh Gallmarch Industries, dan fitur utamanya adalah "This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fallen London Goat Farmer's Extension
Unduh file ekstensi Fallen London Goat Farmer's Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Fallen London Goat Farmer's Extension |
ID | biefkddpeaninjbkipkgnncpdlbddkfl |
URL Resmi | https://chromewebstore.google.com/detail/fallen-london-goat-farmer/biefkddpeaninjbkipkgnncpdlbddkfl |
Deskripsi | This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London. |
Ukuran File | 199 KB |
Jumlah Instalasi | 915 |
Versi Saat Ini | 4.0.1 |
Terakhir Diperbarui | 2019-08-07 |
Tanggal Publikasi | 2019-08-07 |
Penilaian | 5.00/5 Total 17 Penilaian |
Pengembang | Gallmarch Industries |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |