v1.0.0 · Chrome · MV3

RedirectLab

URL redirect rules manager for developers. Create, test, and manage redirect rules with regex, wildcards, and capture groups.

Redirect Rules at a Glance

Redirect Rules
3 redirects
Dev API Proxy
string https://api.prod.com/* http://localhost:3000/$1
Staging Redirect
regex ^https://app\.example\.com/(.*) https://staging.example.com/$1
CDN Override
string https://cdn.example.com/** http://localhost:8080/$1

How It Works

1

Define Pattern

Enter a source URL with string match, wildcards, or full regex.

2

Set Target

Specify where to redirect. Use $1, $2 for capture group substitution.

3

Test & Enable

Test your rule with a sample URL, then enable it. Redirects happen instantly.

URL Redirect Rules

Create redirect rules with simple string matching or wildcard patterns. Redirect any URL to another with one click.

FREE

Regex Pattern Matching

Full RE2 regex support for complex URL matching. Use capture groups ($1, $2) in target URLs for dynamic substitution.

FREE

Enable/Disable Toggle

Toggle individual rules or use the global on/off switch. No need to delete rules when you temporarily don't need them.

FREE

Test Before Enabling

Test your redirect rules with sample URLs before enabling them. See exactly where a URL would redirect to.

FREE

Redirect Counter

The badge shows the number of redirects that have happened. Track how often your rules fire.

FREE

MV3 Compliant

Uses Chrome's declarativeNetRequest API. No persistent background scripts, no performance overhead, no privacy concerns.

FREE

Unlimited Rules

Free plan includes 3 rules. Pro unlocks unlimited redirect rules and wildcard matching with * and ** patterns.

PRO

Header Modification

Add, remove, or modify request and response headers. Perfect for CORS debugging, auth tokens, and API testing.

PRO

Import / Export Rules

Export your rules as JSON and import them on another machine. Share configurations with your team.

PRO

Redirect Log

See a timestamped log of every redirect that happens. Debug and verify your rules are working correctly.

PRO