Chrome Extension
Privacy Policy
PH Queue Monitor · Last updated: April 2026
PH Queue Monitor does not collect, store, transmit, or share any personal data. Everything stays on your device.
What the Extension Does
PH Queue Monitor is a Chrome extension that monitors a ticket queue page on your behalf. It detects the queue polling request your browser already makes, re-runs it on a timer, and displays the remaining wait time locally in the extension popup.
Data Collection
We do not collect any data. Specifically:
- No personal information is collected (no name, email, location, or account details)
- No browsing history is recorded or transmitted
- No analytics or tracking scripts are included
- No third-party services receive any data from this extension
Local Storage
The extension uses chrome.storage.local to temporarily store:
- The queue API URL detected from your browser session (including your session token)
- The most recent queue status returned by the server (wait time, queue position, can-enter flag)
This data is stored only on your device, is never sent to any external server, and is cleared when you uninstall the extension or manually clear extension storage.
Permissions Explained
- webRequest — Used to detect when your browser makes a queue request, so the extension can capture the URL automatically without you needing to copy-paste it.
- storage — Used to save the captured URL and queue status locally on your device between popup opens.
- alarms — Used to schedule the automatic refresh every 302 seconds. This is a standard Chrome mechanism for background timers.
- notifications — Used to alert you with a browser notification when your queue position allows you to enter. No notification content is sent to any server.
Network Requests
The only network request made by this extension is a repeat of the queue API request that your browser already initiated. No other outbound connections are made.
Children's Privacy
This extension does not knowingly collect any information from anyone, including children under the age of 13.
Changes to This Policy
If this policy changes in the future, the updated version will be published at this URL and the "Last updated" date above will be revised.
Contact
If you have any questions about this privacy policy, please open an issue on the
GitHub repository.