
I would like to thank you!
Thank you to the 68 users who gave Shutup Extensions a shot
68 installs and 8 free trials, 4 converted in three days. For something I built for myself first, that means a lot.
>I read every comment from the last post. The valid ones became fixes, the rest became motivation.
Chrome Web Store | Edge Web Store | Firefox Add-ons: pending review
v2.3.0 is releasing today, including:
RAM Profiler
The savings number is real now. It measures each extension individually using Chrome's system memory API, disables each one, records the actual RAM freed, and stores the result. No estimates, no averages. You see what your machine actually recovered.
Security hardened
- All HTML content is double-sanitized — server-side whitelist strips everything except <b>, <i>, <u>, <em>, <strong>, <br>. Client-side validation repeats the same filter before rendering
- Input sanitization on all user-facing fields — ID fields stripped to alphanumeric only, text truncated at safe limits
- XSS prevention tested end-to-end across the full data pipeline
- No inline scripts in any extension page — fully CSP compliant
- Source code published on npm for anyone to audit: npm i @tawar-technologies/shutup-extensions
Privacy overhaul
Nothing sends unless you opt in. No browsing history, no personal data, no third-party tracking. All telemetry uses a pseudonymous device ID so no email, no name, no IP stored. Full transparency at https://api.tawaar.net/privacy.html
Performance
- Config updates every 5 minutes, announcements and theme changes arrive without restart
- Theme switching applies instantly, no reload needed
- Charts render on first load (previously required a theme toggle to appear)
- Popup loads theme and server config in a single sequential call — no race conditions, no flash of wrong colors
Cross-browser
Firefox 142+, Brave, Vivaldi, Opera, Arc, all from a single codebase. Feature detection handles API differences at runtime. Chrome and Edge users get real RAM profiling. Firefox users get category-based estimates (ad blockers ~120MB, dev tools ~90MB, etc.) because Firefox doesn't expose system memory to extensions.
Browser best practices
- Manifest V3 with service worker architecture — no persistent background page eating resources
- Permissions are minimal: Management, Storage, Tabs, Alarms. System Memory is optional and only requested on browsers that support it
- Follows Chrome, Edge, and Firefox extension guidelines — validated against Mozilla's addons-linter with 0 errors
- MIT licensed with full contributor agreement
5 color themes
Amber, Ocean, Forest, Royal, Mono. Dark, light, and system mode. Each theme uses tinted neutrals that carry the accent color's DNA — not just "swap the blue for green."
If you tried the earlier version, give it another look. This is a different product now.