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 unpackedand select the/path/to/dechromer/extensionfolder - Copy the generated extension ID
- In an editor open
/path/to/dechromer/host/manifest.json - Replace
YOUR_EXTENSION_IDwith 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
removeon thedechromerextension
In your installation folder:
- run
host/uninstall.batto remove the registry keys. - Remove the installation folder (
/path/to/dechromer)