Getting started
Install Slop Squash on Chrome
Add the extension from the Chrome Web Store, pin it, and check that the popup opens.
Updated
From the Chrome Web Store
- Open the download page and choose Add to Chrome, or open the Chrome Web Store listing directly.
- Choose Add to Chrome, then Add extension in the confirmation dialog.
- Click the puzzle-piece icon to the right of the address bar and pin Slop Squash so the popup is one click away.
Open any supported site, for example Reddit, and scroll. Flags appear as posts come into view. Open the popup to see today's counts and the toggles.
Until the store listing has been reviewed and published, the store link on the download page will not resolve. In the meantime you can load the unpacked build, below.
Load the unpacked build
This is the developer route and needs a checkout of the repository.
bun install
bun run --cwd apps/extension build
Then open chrome://extensions, turn on Developer mode, choose Load unpacked, and pick the apps/extension/.output/chrome-mv3 folder. Unpacked extensions stay installed until you remove them, but they do not update themselves: rebuild and click the reload icon on the extensions page after pulling changes.
What Chrome asks for
The extension declares the storage and activeTab permissions and one host permission for api.slopsquash.com. Its content script runs on the pages you visit so it can find posts and draw the circle. See Permissions explained.