Slop Squash

Download

Install in the browser you already use.

The same extension ships to both stores from one build. It works without an account; sign in later from the popup to sync settings or use Pro.

For Chrome

Also works in Edge, Brave, Opera, Vivaldi, DuckDuckGo, Samsung Internet and Arc via the Chrome Web Store.

  1. Open the Chrome Web Store listing.
  2. Choose Add to Chrome, then Add extension.
  3. Pin Slop Squash from the puzzle-piece menu so the popup is one click away.
Add to Chrome

Store listing pending review; the link resolves once the listing is public.

Firefox

Desktop Firefox 128 and later.

  1. Open the Firefox Add-ons listing.
  2. Choose Add to Firefox, then Add in the permission prompt.
  3. Allow the extension to run in private windows if you want flags there too.
Add to Firefox

Listing pending review; the link resolves once the listing is public.

Developers

Load the unpacked build

Clone the repository, run bun install, then build the extension you want to test.

bun run --cwd apps/extension build           # Chrome (MV3) -> apps/extension/.output/chrome-mv3
bun run --cwd apps/extension build:firefox   # Firefox      -> apps/extension/.output/firefox-mv3

Chrome: open chrome://extensions, turn on Developer mode, choose Load unpacked, and pick the chrome-mv3 folder.

Firefox: open about:debugging#/runtime/this-firefox, choose Load Temporary Add-on, and pick manifest.json inside the firefox-mv3 folder. Temporary add-ons are removed when Firefox closes.

Point the extension at a local API by setting NEXT_PUBLIC_API_URL for the site and the matching setting in the extension popup. Then connect it from /connect.