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”。
擴展截圖
下載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 |
ID | enopcfpjibndelbeiflijdlgehmcnmep |
官方網址 | 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" ] } ] } |