This repository contains multiple browser extensions for Chrome and Firefox built using the WebExtensions API.
Automatically adds &emi=AN1VRQENFRJN5 to Amazon search URLs.
Automatically adds &udm=14 to Google search URLs.
Click all matching elements at once with Alt+Click.
Prevent accidental form submissions by disabling Enter-to-submit behavior and using Ctrl/Cmd + Enter for submission.
This repository is not published on browser extension stores, so extensions must be built locally before use.
Install Vite+
Install Vite+ globally (or as configured in your environment).
curl -fsSL https://vite.plus | bashvp installvp run -r buildReplace <package-name> with a directory name in packages.
vp run <package-name>#buildAfter building, each extension will be output to:
./packages/<package-name>/.output/chrome-mv3
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked
- Select the
.output/chrome-mv3directory
- Open
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on
- Select the
manifest.jsonfile inside.output/chrome-mv3
After making changes:
- Rebuild the extension
- Reload it in the browser (or remove and re-add if needed)