FoE - Helper & Tools
This AddOn supports you playing in your browser with timer, notifications and notes!
Vad är FoE - Helper & Tools?
FoE - Helper & Tools är en Chrome-tillägg utvecklad av Xeri Media Crew | XMC, och dess huvudfunktion är "This AddOn supports you playing in your browser with timer, notifications and notes!".
Tilläggsskärmbilder
Ladda ner FoE - Helper & Tools-förlängningens CRX-fil
Ladda ner FoE - Helper & Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | FoE - Helper & Tools |
ID | dhhnfhlnfcmnamjbaljhahcklhajihln |
Officiell webbadress | https://chromewebstore.google.com/detail/foe-helper-tools/dhhnfhlnfcmnamjbaljhahcklhajihln |
Beskrivning | This AddOn supports you playing in your browser with timer, notifications and notes! |
Filstorlek | 16.86 KB |
Antal Installationer | 4,336 |
Aktuell Version | 1.0.14 |
Senast Uppdaterad | 2021-04-02 |
Publiceringsdatum | 2020-03-07 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | Xeri Media Crew | XMC |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.xeriflow.net/privacy-policy |
Stödda Språk | 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" } } |