About
This skill streamlines the Chrome extension development cycle by providing a zero-dependency hot-reloading solution specifically designed for Manifest V3 projects. It eliminates the friction of manual reloads by establishing a Node.js-based file watcher that communicates via Server-Sent Events to a client script injected into the extension's background service worker. When source code changes are detected, the system automatically refreshes open extension tabs, popups, and the extension runtime itself, providing an instantaneous feedback loop for developers.