Last updated: May 2026
Chrome Tab Monitor is a browser extension that monitors and controls the number of open tabs and windows. This extension does not collect, store, transmit, or share any personal data or browsing information.
Chrome Tab Monitor does not collect any data. Specifically:
The extension reads the browser’s user-agent string locally to detect whether it is running in Google Chrome or Microsoft Edge and adapt its tab-closing behavior accordingly. This detection happens entirely on your device and the value is never stored or transmitted.
All extension data is stored on your device and never transmitted to any server operated by this extension:
chrome.storage.sync — Stores your configuration preferences (tab limits, window limits, auto-close settings). If browser sync is enabled (Chrome Sync with your Google account, or Microsoft Edge sync with your Microsoft account), the browser may synchronize these values across your devices through Google’s or Microsoft’s infrastructure. This is controlled entirely by your browser’s sync settings and is not initiated by this extension.chrome.storage.managed — Read-only. In managed environments, your IT administrator may push policy values through this API. The extension reads these values but never writes to them.localStorage — Stores a single UI preference: your chosen color theme (light or dark). This value is scoped to the extension popup and is not accessible by any website or external service.The extension requires the following permissions, used exclusively for its core functionality:
tabs — To count open tabs in each window and close excess tabs when configured limits are exceeded.windows — To count open browser windows and close excess windows when configured limits are exceeded. On Microsoft Edge, the extension may also briefly open and immediately close a temporary helper window in order to close an excess tab, because Edge restricts closing new-tab pages directly.storage — To save your configuration preferences locally and read IT administrator policies in managed environments.notifications — To optionally notify you when tab or window limits are exceeded.Chrome Tab Monitor supports enterprise policy management on both Google Chrome and Microsoft Edge via Group Policy Objects (GPO) and the Windows Registry. If your organization deploys this extension through Chrome Enterprise or Microsoft Edge for Business, your IT administrator may pre-configure certain settings using chrome.storage.managed.
In this scenario:
Chrome Tab Monitor does not use any third-party services, APIs, SDKs, or external network connections. No requests are made to external servers when using this extension.
If this privacy policy is updated, the changes will be reflected in this document with an updated date.
If you have questions about this privacy policy, please open an issue on the GitHub repository.