Middle click option for all clickables.
This extension ensures that middle-clicking works on everything: buttons, lists, and modern web apps (SPAs) by forcing them to open in a new tab. It restores the standard browser behavior that many modern sites try to block.
It also adds "Open in New Tab" and "Open in New Window" options to the global right-click context menu.
- Middle Click Everything: Use your middle mouse button on any clickable item (like buttons, list items, or
divlinks) to open them in a new background tab. - Context Menu: Right-click anywhere to see "Open in New Tab" and "Open in New Window" options.
- No Duplicates: Smart logic prevents opening two tabs at once if the website already handles the click correctly.
- Button Duplication: If you middle-click a button that doesn't go anywhere (like a "New Chat" button), it duplicates your current tab so you don't lose your place.
- Download the latest version from the Releases page
- Unzip the downloaded file to a folder on your computer.
- Open Chrome and paste this into the address bar:
chrome://extensions/ - Toggle Developer mode in the top right corner.
- Click Load unpacked.
- Select the folder you just unzipped.
manifest.json: Configuration file (Manifest V3).content.js: Injected script that handles DOM analysis and click interception.background.js: Service worker that manages tab creation and deduplication logic.assets/: Images and screenshots.icons/: Extension icons.
This project is licensed under the MIT License.
