What it does
Nex Clean Page is a production-ready Chrome Extension (Manifest V3) designed to declutter websites with a single click. It targets and hides common visual "noise" like cookie banners, chat widgets, sticky headers, and newsletter popups. Unlike simple scripts, it uses a sophisticated detection engine that classifies elements into categories, allowing for granular control and 100% reversibility without breaking the page DOM.
Why use this skill
As a developer, building a robust Chrome Extension that handles dynamic DOM changes across various sites is time-consuming. This skill provides the complete, shipped source code of a real-world extension. It bypasses the complexity of modern build tools by using a vanilla JS/HTML/CSS pattern, making it extremely easy to debug, modify, and reload directly in the browser. It's the perfect foundation for anyone building a content-rewriter or a site-utility tool.
Supported Features
- Manifest V3 Compliant: Uses the latest Chrome Extension standards for long-term support.
- No-Build Architecture: No npm, Webpack, or Vite required—edit and reload instantly.
- Categorized Detection: Includes dedicated logic for popups, chat widgets, and social sidebars.
- State Management: Uses chrome.storage to persist user preferences and restoration states.
Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.