Shipped this project!
I built Duck Click Quacker, a Chromium browser extension that plays random duck sounds when you click anywhere on a webpage.
The sounds trigger at random intervals so it doesn’t play on every click, and when a quack happens a small duck briefly pops up on the page. There’s also a popup toggle to enable or disable the extension.
While building it, I learned how Manifest V3 extensions work, how to correctly load audio using web_accessible_resources, and how to handle timing/probability logic without spamming events. I also set up proper icon generation and a simple popup UI.