Last updated: March 11, 2026
Double Click Close Tab is a browser extension that closes the current tab when you double left-click on an empty area of a web page. It also provides a simple on/off toggle to enable or disable this behavior.
This extension does not collect any data. Specifically:
The extension requests the following permissions and uses them solely for its core functionality:
<all_urls>): Required to detect double-click events on web pages. The content script only listens for mouse events and does not read or modify page content.storage): Used to save your on/off preference locally via chrome.storage.sync. This preference may sync across your Chrome devices through your Google account, but is never accessible to the extension developer.This extension does not use any third-party services, libraries, or APIs.
The only data stored is a single boolean value (enabled: true/false) representing whether the extension is turned on or off. This is saved using Chrome's built-in chrome.storage.sync API and remains entirely under your control.
If this privacy policy is updated, the changes will be reflected on this page with a revised "Last updated" date. Since the extension does not collect any data, significant changes are unlikely.
If you have any questions about this privacy policy, you can open an issue on the GitHub repository.