Maze In Space is a Chrome extension that opens a procedurally generated maze puzzle in a new tab — you click a green start node and drag the mouse to trace a glowing wire through the maze to the red end node. This page explains exactly what data the extension touches, what it does with it, and what it does not do.
Nothing. The extension does not collect, transmit, sell, or share any personal information, browsing history, analytics, telemetry, or usage data. There are no accounts, no logins, and no remote servers operated by us.
The extension reads only its own previously-saved preferences (see below). It does not read your bookmarks, browsing history, tabs, location, clipboard, or any other browser data. Mouse position is observed only on the extension's own game canvas while you are playing; it is used in-memory to render the wire trace and never leaves your device.
Your settings are stored using your browser's local storage (window.localStorage), on your device only:
mazeDrift.difficulty — your selected difficulty level (e.g. medium).mazeDrift.starSpeed — your selected star-speed slider value.These values never leave your device. They are not synced and not transmitted anywhere. You can clear them at any time by removing the extension or by clearing site data for the extension page in Chrome's settings.
Maze In Space requests no browser permissions. Its manifest declares an action (toolbar icon and popup) and an icon set — and
nothing else. It does not request bookmarks, tabs, history, storage, cookies, host
permissions, or any other API that touches your data.
The extension does not contact any third-party service operated by us. The only outbound link is an optional PayPal donate button on the game page, which opens PayPal in a new tab if (and only if) you click it. PayPal's own privacy policy applies to anything you do on their site.
The extension is suitable for all ages and does not knowingly process any data from children.
If this policy changes, the updated version will be posted at the same URL with a new "Last updated" date.
Questions or concerns: contact the publisher email associated with the Chrome Web Store listing.