gvsavings
town expenses data collector for godville.net and godvillegame.com
Co je gvsavings?
gvsavings je rozšíření Chrome vyvinuté Erinome, a jeho hlavní funkcí je „town expenses data collector for godville.net and godvillegame.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření gvsavings
Stáhněte si soubory rozšíření gvsavings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | gvsavings |
ID | enopcfpjibndelbeiflijdlgehmcnmep |
Oficiální URL | https://chromewebstore.google.com/detail/gvsavings/enopcfpjibndelbeiflijdlgehmcnmep |
Popis | town expenses data collector for godville.net and godvillegame.com |
Velikost souboru | 14.65 KB |
Počet instalací | 28 |
Aktuální Verze | 0.18.0 |
Poslední Aktualizace | 2023-03-12 |
Datum Vydání | 2019-06-18 |
Vývojář | Erinome |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://gv.erinome.net/towns |
Podporované Jazyky | 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" ] } ] } |