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"
    }
}