For when you're about to share your screen and the dashboard is full of real numbers.
Click the icon and blur mode is on. Hover what you want gone, click it. Click again to bring it back. Esc when you're done.
Blurs stay after you exit, so you can keep clicking around the page normally.
Not on the Chrome Web Store yet.
git clone https://github.com/codiejay/blurcast.gitThen chrome://extensions → turn on Developer mode → Load unpacked → pick the folder.
Alt+Shift+B toggles blur mode. Esc exits. The slider sets how hard the blur is, and Clear all blurs wipes them.
It's a blur, not redaction. The text is still sitting in the DOM. Fine for a screen share, a demo, a recording. Useless against someone at your keyboard.
Blurs reset on reload. Nothing is saved anywhere.
No tracking, no network calls, no accounts. Two permissions: activeTab, and storage for the blur strength slider. That's it. Details.
PRs welcome. CONTRIBUTING.md covers running it locally and what to test.
MIT.

