JustRedirection
Redirect requests based on filter rules
Overview
What is JustRedirection?
Redirect requests based on filter rules.
SCREENSHOT
SUMMARY
# JustRedirection
A Chrome extension that intercepts and redirects requests based on configurable filter rules.
## Background
When debugging web backend services locally, we often need to redirect frontend requests to local debug processes. This extension helps simplify this process by providing an easy way to manage request redirections.
## Features
- One-click enable/disable request redirection
- Configure filter rules to redirect matching requests
- Drag-and-drop interface to adjust filter rule priorities
- Track and display all redirected requests with their matching filters
## Filter Rules
### Supported Matching Methods
- Prefix matching
- Rule example: `https://testtaskonbackend.taskon.xyz/` → `http://127.0.0.1:8080/`
- Redirect example 1: `https://testtaskonbackend.taskon.xyz/boost/v1/submitBoostQuest` → `http://127.0.0.1:8080/boost/v1/submitBoostQuest`
- Redirect example 2: `https://testtaskonbackend.taskon.xyz/v1/getUserInfo` → `http://127.0.0.1:8080/v1/getUserInfo`
- Wildcard matching (planned)
- Regular expression matching (planned)
Currently, only prefix matching and replacement are implemented.
See More
Stats
Trends for JustRedirection:
Rank
User count
Category Rank
Rating
Download
HOW TO INSTALL JustRedirection FROM A CRX FILE
- Download JustRedirection CRX file
- NOTE: Sometimes the browser may block downloading / installing CRX file from outside the Chrome Web Store. If so, you may need to download the ZIP file instead
- In the URL bar, go to chrome://extensions
- Enable Developer mode
Ratings
USER REVIEWS (0)
No reviews