Fallen London Goat Farmer's Extension

This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.

Fallen London Goat Farmer's Extensionとは何ですか?

Fallen London Goat Farmer's ExtensionはGallmarch Industriesによって開発されたChromeの拡張機能で、その主な機能は「This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.」です。

拡張機能のスクリーンショット

screenshot

Fallen London Goat Farmer's Extension拡張機能のCRXファイルをダウンロード

Fallen London Goat Farmer's Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Fallen London Goat Farmer's Extension Fallen London Goat Farmer's Extension
ID biefkddpeaninjbkipkgnncpdlbddkfl
公式URL https://chromewebstore.google.com/detail/fallen-london-goat-farmer/biefkddpeaninjbkipkgnncpdlbddkfl
説明 This extension calculates and displays your total wealth each time you visit the Bazaar page in Fallen London.
ファイルサイズ 199 KB
インストール数 915
現在のバージョン 4.0.1
最終更新日 2019-08-07
公開日 2019-08-07
評価 5.00/5 合計 17 レビュー
開発者 Gallmarch Industries
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}