gvsavings

town expenses data collector for godville.net and godvillegame.com

gvsavingsとは何ですか?

gvsavingsはErinomeによって開発されたChromeの拡張機能で、その主な機能は「town expenses data collector for godville.net and godvillegame.com」です。

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

screenshot
screenshot

gvsavings拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is intended for Godville game players for gathering global statistics regarding the amount of gold spent in different towns by the heroes.

Beginning with 0.16.5 it is now possible to enable a setting in extensions's option page to show on page the current expenses your hero is experiencing in the towns he visits.                    

拡張機能の基本情報

名前 gvsavings gvsavings
ID enopcfpjibndelbeiflijdlgehmcnmep
公式URL https://chromewebstore.google.com/detail/gvsavings/enopcfpjibndelbeiflijdlgehmcnmep
説明 town expenses data collector for godville.net and godvillegame.com
ファイルサイズ 14.65 KB
インストール数 28
現在のバージョン 0.18.0
最終更新日 2023-03-12
公開日 2019-06-18
開発者 Erinome
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gv.erinome.net/towns
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gvsavings",
    "version": "0.18.0",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "ru",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "permissions": [
        "storage",
        "*:\/\/gv.erinome.net\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "loader.js"
            ],
            "matches": [
                "*:\/\/godville.net\/superhero",
                "*:\/\/godvillegame.com\/superhero"
            ]
        }
    ]
}