gvsavings

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

Wat is gvsavings?

gvsavings is een Chrome-extensie ontwikkeld door Erinome, en de belangrijkste functie is "town expenses data collector for godville.net and godvillegame.com".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie gvsavings

Download gvsavings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam gvsavings gvsavings
ID enopcfpjibndelbeiflijdlgehmcnmep
Officiële URL https://chromewebstore.google.com/detail/gvsavings/enopcfpjibndelbeiflijdlgehmcnmep
Beschrijving town expenses data collector for godville.net and godvillegame.com
Bestandsgrootte 14.65 KB
Aantal Installaties 28
Huidige Versie 0.18.0
Laatst Bijgewerkt 2023-03-12
Publicatiedatum 2019-06-18
Ontwikkelaar Erinome
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gv.erinome.net/towns
Ondersteunde Talen 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"
            ]
        }
    ]
}