A simple browser extensions for chromium based browsers that uses native messaging to redirect any opened tab to the default system browser. Mainly intended (and currently working) for Windows where some links are always opened in Edge instead of in the default browser.
Requires you to install a native OS client and side load the extension in your browser.
Tested on Windows 11 with Chrome and Edge.
- Clone the repository to a known directory (e.g.
C:/dechromer/
) - Open your Chromium based browser and go to Extensions > Manage Extensions
- On the extension page enable Developer mode
- Select
Load unpacked
and select the/path/to/dechromer/extension
folder - Copy the generated extension ID
- In an editor open
/path/to/dechromer/host/manifest.json
- Replace
YOUR_EXTENSION_ID
with the copied ID from the Browser extension page - Run
path/to/dechromer/host/install.bat
- Everything should now function as intended.
All links opened in the configured browser will be redirect and the tabs are automatically closed.
To (Temporarily) disable the extension: remove the allowed_origins
entry from /path/to/dechromer/host/manifest.json
.
Reenabling can be done by re-adding the allowed-origins
entry.
In your chromium based browser:
- Navigate to Extensions > Manage Extensions
- Click
remove
on thedechromer
extension
In your installation folder:
- run
host/uninstall.bat
to remove the registry keys. - Remove the installation folder (
/path/to/dechromer
)