Last updated: 2026-08-31
MyHordes Auto-Scout is a browser extension that reports a World Beyond
zone's zombie count to Fata Morgana (fatamorgana.md26.eu)
automatically when you move away from that zone in MyHordes. This page
explains exactly what data the extension touches and where it goes.
The extension has no server of its own. It runs entirely inside your browser and talks directly to two domains: the MyHordes page you're on (read-only, to detect your position and the zombie count already shown on screen) and Fata Morgana (to submit that report). Nothing is sent to the extension's developer, and no analytics or tracking of any kind are included.
chrome.storage.local) and never leaves your device except
as described below.auth_token cookie so it can authenticate
subsequent requests on your behalf, the same way Fata Morgana's own
website does.Two things, both directly to fatamorgana.md26.eu, never to
any server operated by the extension's developer:
storage — save your user key and on/off preference
locally.cookies — read Fata Morgana's session cookie after
login so it can be reused on later requests.declarativeNetRequest — ensures that session cookie is
actually attached to the extension's requests to
fatamorgana.md26.eu; browsers don't auto-attach it
otherwise for requests originating from an extension's background
script. Scoped to that one domain only.fatamorgana.md26.eu — to submit the report.The only data stored anywhere by the extension is your user key and on/off preference, kept locally in your own browser. Uninstalling the extension removes it. The extension's developer has no access to it and keeps no copy of it.
Questions about this policy: dumbrava.robert@gmail.com.