FoE - Helper & Tools
This AddOn supports you playing in your browser with timer, notifications and notes!
Co to jest FoE - Helper & Tools?
FoE - Helper & Tools to rozszerzenie Chrome opracowane przez Xeri Media Crew | XMC, a jego główną funkcją jest „This AddOn supports you playing in your browser with timer, notifications and notes!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FoE - Helper & Tools
Pobierz pliki rozszerzeń FoE - Helper & Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | FoE - Helper & Tools |
ID | dhhnfhlnfcmnamjbaljhahcklhajihln |
Oficjalny URL | https://chromewebstore.google.com/detail/foe-helper-tools/dhhnfhlnfcmnamjbaljhahcklhajihln |
Opis | This AddOn supports you playing in your browser with timer, notifications and notes! |
Rozmiar pliku | 16.86 KB |
Liczba instalacji | 4,336 |
Aktualna Wersja | 1.0.14 |
Ostatnia Aktualizacja | 2021-04-02 |
Data Publikacji | 2020-03-07 |
Ocena | 3.40/5 Łącznie 5 Oceny |
Deweloper | Xeri Media Crew | XMC |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.xeriflow.net/privacy-policy |
Obsługiwane Języki | 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" } } |