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
电子邮箱 [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"
            ]
        }
    ]
}