FoE - Helper & Tools

This AddOn supports you playing in your browser with timer, notifications and notes!

Что такое FoE - Helper & Tools?

FoE - Helper & Tools - это расширение Chrome, разработанное Xeri Media Crew | XMC, и его основная функция - "This AddOn supports you playing in your browser with timer, notifications and notes!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения FoE - Helper & Tools

Скачайте файлы расширений FoE - Helper & Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Use this AddOn to get notified about finished products. Set your timer for event alerts and make easy notes to organize your city!

Following tools are included:
- News Tab: update notes and tips & tricks for FoE Events.
- Production Timer: sound and visual allert when producstions are finished.
- Quick Notes: take notes & save them for next sessions.
- Research Calculator: select next research steps and calculate costs automaticly.
- Quick Server Switcher: one click and you can choose a diffrent FoE server.

If you need help for set up: https://xeriflow.net/x/AddOn/Helper-FoE/setup.pdf                    

Основная информация о расширении

Название FoE - Helper & Tools FoE - Helper & Tools
ID dhhnfhlnfcmnamjbaljhahcklhajihln
Официальный URL https://chromewebstore.google.com/detail/foe-helper-tools/dhhnfhlnfcmnamjbaljhahcklhajihln
Описание This AddOn supports you playing in your browser with timer, notifications and notes!
Размер файла 16.86 KB
Количество установок 4,336
Текущая Версия 1.0.14
Последнее Обновление 2021-04-02
Дата публикации 2020-03-07
Рейтинг 3.40/5 Всего 5 оценок
Разработчик Xeri Media Crew | XMC
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.xeriflow.net/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FoE - Helper & Tools",
    "description": "This AddOn supports you playing in your browser with timer, notifications and notes!",
    "version": "1.0.14",
    "permissions": [
        "background"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "favicon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "popup": "popup.html",
        "default_popup": "default.html"
    }
}