Hunter's browser extension is an easy way to find email addresses from anywhere on the web, with just one click.
Hunter's API is used to fetch the data and users' accounts information.
The builds are automatically generated with Grunt for each browser. To install it globally, run:
npm install -g grunt-cli
To watch the changes and launch the builds, change to the project's root directory and run:
grunt
On Chrome:
- Go to the extensions page (chrome://extensions)
- Click Load unpacked extension...
- Select the folder
build-chrome
On Edge:
- Go to the extensions page (edge://extensions/)
- Click Load unpacked
- Select the folder
build-edge
On Firefox:
- Go to the debugging page (about:debugging)
- Go to the tab This Firefox
- Click Load Temporary Add-on...
- Select a file inside
build-firefox