Automatically manage Chrome extensions when developing on localhost. Disables extensions when visiting localhost to prevent interference with development and automatically restores them when leaving localhost.
- Automatically disables extensions when visiting localhost
- Remembers which extensions were enabled
- Automatically restores extensions when leaving localhost
- Manual control through popup interface
- Perfect for web development and testing
- Install from Chrome Web Store
- Or build from source:
# Clone the repository git clone https://github.com/moinulmoin/local-guard.git # Install dependencies pnpm install # Run the dev server pnpm dev # Get the extension dev build from `.output` folder # Load the extension in Chrome
- Visit any localhost URL (e.g., http://localhost:3000)
- Extensions will be automatically disabled
- Leave localhost to restore extensions
- Use the popup for manual control
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.