FoE - Helper & Tools

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

¿Qué es FoE - Helper & Tools?

FoE - Helper & Tools es una extensión de Chrome desarrollada por Xeri Media Crew | XMC, y su función principal es "This AddOn supports you playing in your browser with timer, notifications and notes!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión FoE - Helper & Tools

Descarga archivos de extensión FoE - Helper & Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre FoE - Helper & Tools FoE - Helper & Tools
ID dhhnfhlnfcmnamjbaljhahcklhajihln
URL Oficial https://chromewebstore.google.com/detail/foe-helper-tools/dhhnfhlnfcmnamjbaljhahcklhajihln
Descripción This AddOn supports you playing in your browser with timer, notifications and notes!
Tamaño del Archivo 16.86 KB
Cantidad de Instalaciones 4,336
Versión Actual 1.0.14
Última Actualización 2021-04-02
Fecha de Publicación 2020-03-07
Calificación 3.40/5 Total de 5 Calificaciones
Desarrollador Xeri Media Crew | XMC
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.xeriflow.net/privacy-policy
Idiomas Soportados 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"
    }
}