A Chrome extension for replacing web resources based on user-defined rules.
- Replace JavaScript and CSS resources with custom URLs
- Group rules for better organization
- Enable/disable individual rules or entire rule groups
- Modern UI built with Ant Design
- Agent integration for managing rules from compatible coding agents, configured from Settings
- Built with TypeScript and Vite
- Install dependencies:
npm install- Start development server:
npm run dev- Build for production:
npm run build- Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked" and select the
.output/chrome-mv3directory
MIT