FoE - Helper & Tools
This AddOn supports you playing in your browser with timer, notifications and notes!
Qu'est-ce que FoE - Helper & Tools ?
FoE - Helper & Tools est une extension Chrome développée par Xeri Media Crew | XMC, et sa fonction principale est "This AddOn supports you playing in your browser with timer, notifications and notes!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FoE - Helper & Tools
Téléchargez les fichiers d'extension FoE - Helper & Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | FoE - Helper & Tools |
ID | dhhnfhlnfcmnamjbaljhahcklhajihln |
URL Officiel | https://chromewebstore.google.com/detail/foe-helper-tools/dhhnfhlnfcmnamjbaljhahcklhajihln |
Description | This AddOn supports you playing in your browser with timer, notifications and notes! |
Taille du Fichier | 16.86 KB |
Nombre d'Installations | 4,336 |
Version Actuelle | 1.0.14 |
Dernière Mise à Jour | 2021-04-02 |
Date de Publication | 2020-03-07 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | Xeri Media Crew | XMC |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.xeriflow.net/privacy-policy |
Langues Prises en Charge | 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" } } |