Block API requests that match your custom regular expressions. Simplify front-end testing by simulating network failures without ever reloading your web page.
- 🚫 Block requests using custom regex patterns
- 🎯 Target specific APIs with precise pattern matching
- 💾 Persistent settings - your patterns and state are saved
- ⚡ Real-time control - enable/disable blocking instantly
- ✅ Pattern validation - validates regex before applying
- 🔒 Privacy-focused - minimal permissions, no data collection
- Click the extension icon to open the popup
- Enter a regex pattern to match URLs you want to block (e.g.,
.*api\.example\.com.*) - Click "Save & Apply" to save your pattern
- Toggle the switch to enable/disable blocking
- Your settings persist across browser sessions
Block all requests to a specific API:
.*api\.example\.com.*
Block all API endpoints:
.*\/api\/.*
Block analytics services:
.*analytics.*
declarativeNetRequest- Required to block network requestsstorage- Required to save your settingshost_permissions: <all_urls>- Required to intercept requests on all websites
This extension does not collect, store, or transmit any personal data. All settings are stored locally on your device.