FoE - Helper & Tools

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

Cos'è FoE - Helper & Tools?

FoE - Helper & Tools è un'estensione di Chrome sviluppata da Xeri Media Crew | XMC, e la sua funzione principale è "This AddOn supports you playing in your browser with timer, notifications and notes!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FoE - Helper & Tools

Scarica i file di estensione FoE - Helper & Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FoE - Helper & Tools FoE - Helper & Tools
ID dhhnfhlnfcmnamjbaljhahcklhajihln
URL Ufficiale https://chromewebstore.google.com/detail/foe-helper-tools/dhhnfhlnfcmnamjbaljhahcklhajihln
Descrizione This AddOn supports you playing in your browser with timer, notifications and notes!
Dimensione del File 16.86 KB
Conteggio Installazioni 4,336
Versione Corrente 1.0.14
Ultimo Aggiornamento 2021-04-02
Data di Pubblicazione 2020-03-07
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore Xeri Media Crew | XMC
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.xeriflow.net/privacy-policy
Lingue Supportate 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"
    }
}