GitHub - its-monotype/jobzap: Chrome extension to filter irrelevant LinkedIn jobs

GitHub

1 min read Original article ↗

JobZap

Cut the noise from LinkedIn job search.

Chrome extension that filters out irrelevant LinkedIn jobs and keeps your search focused.

chrome web store release license

JobZap showcase


Features

Hide irrelevant jobs

Hide jobs matching any combination of:

  • Promoted
  • Viewed
  • Applied
  • Dismissed
  • Specific companies
  • Title keywords

Control search results

  • Filter by any date range (e.g. last 3 days)
  • Default to most recent sort (classic search only)

Review jobs faster

  • Highlight words and phrases in job descriptions

Real-time feedback

  • Floating pills show how many jobs are hidden
  • Toggle filters on/off instantly while browsing

You can also export and import your settings to keep a backup or move between browsers. The export is plain JSON, so you can ask an AI assistant to make changes based on your preferences, then import it back.

Installation

Install from Chrome Web Store

Manual install
  1. Download the latest release from Releases
  2. Unzip the file
  3. Open chrome://extensions/
  4. Enable Developer mode
  5. Click Load unpacked and select the unzipped folder
Build from source
git clone https://github.com/its-monotype/jobzap.git
cd jobzap
pnpm install
pnpm build

Then load .output/chrome-mv3 in chrome://extensions/ using Load unpacked.

License

AGPL-3.0