FoE - Helper & Tools

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

O que é FoE - Helper & Tools?

FoE - Helper & Tools é uma extensão do Chrome desenvolvida por Xeri Media Crew | XMC, e sua principal característica é "This AddOn supports you playing in your browser with timer, notifications and notes!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FoE - Helper & Tools

Baixe arquivos de extensão FoE - Helper & Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FoE - Helper & Tools FoE - Helper & Tools
ID dhhnfhlnfcmnamjbaljhahcklhajihln
URL Oficial https://chromewebstore.google.com/detail/foe-helper-tools/dhhnfhlnfcmnamjbaljhahcklhajihln
Descrição This AddOn supports you playing in your browser with timer, notifications and notes!
Tamanho do Arquivo 16.86 KB
Contagem de Instalações 4,336
Versão Atual 1.0.14
Última Atualização 2021-04-02
Data de Publicação 2020-03-07
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor Xeri Media Crew | XMC
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.xeriflow.net/privacy-policy
Idiomas Suportados 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"
    }
}