A lightweight Chrome/Firefox extension that lets you close a tab and instantly forget it — clearing 1 minute of history — as if it was never opened.
We named it Utility Kit by default to make the extension look stealthy and generic.
- Close & Forget: One click wipes a tab’s browsing data after closing.
- Stealth Mode: Shows up as Utility Kit in the extension list.
- Custom Labeling: Inside the popup, users can rename the extension title and buttons to fit their cover story.
- Keyboard Shortcuts: Assign a hotkey to instantly close & forget a tab.
C:\Projects\stealth\_close
├── chrome\_edition
│ ├── background.js
│ ├── manifest.json
│ ├── popup.html
│ ├── popup.js
│ └── icons/
│
├── firefox\_edition
│ ├── background.js
│ ├── manifest.json
│ ├── popup.html
│ ├── popup.js
│ └── icons/
│
└── Readme.md
└── LICENSE
- Open your browser and go to:
chrome://extensions
- Enable Developer mode (top right).
- Click Load unpacked.
- Select the
chrome_editionfolder. - The extension will now appear as Utility Kit.
- Open Firefox and go to:
about\:debugging#/runtime/this-firefox
- Click Load Temporary Add-on.
- Select the
manifest.jsoninsidefirefox_edition. - The extension will now appear as Utility Kit.
- Go to:
chrome://extensions/shortcuts
- Find Utility Kit.
- Under Close & Forget, click the box and press your desired shortcut (e.g.
Alt+Shift+W).
- Go to:
about:addons
- Click the ⚙️ (gear) icon → Manage Extension Shortcuts.
- Find Utility Kit.
- Assign a shortcut (e.g.
Alt+Shift+W) for Close & Forget.
- Open the extension popup.
- (Optional) Set a custom display name inside the popup for stealth.
- Use the button or hotkey to instantly close & forget the current tab.