gvsavings

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

What is gvsavings?

gvsavings is a Chrome extension developed by Erinome, and its main feature is "town expenses data collector for godville.net and godvillegame.com".

Extension Screenshots

screenshot
screenshot

Download gvsavings Extension CRX File

Download gvsavings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name gvsavings gvsavings
ID enopcfpjibndelbeiflijdlgehmcnmep
Official URL https://chromewebstore.google.com/detail/gvsavings/enopcfpjibndelbeiflijdlgehmcnmep
Description town expenses data collector for godville.net and godvillegame.com
File Size 14.65 KB
Installation Count 28
Current Version 0.18.0
Last Updated 2023-03-12
Publish Date 2019-06-18
Developer Erinome
Email [email protected]
Payment Type free
Extension Website https://gv.erinome.net/towns
Supported Languages 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"
            ]
        }
    ]
}