gvsavings

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

Что такое gvsavings?

gvsavings - это расширение Chrome, разработанное Erinome, и его основная функция - "town expenses data collector for godville.net and godvillegame.com".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения gvsavings

Скачайте файлы расширений 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"
            ]
        }
    ]
}