Data is synced from the Chrome Web Store. View the official store page for the most current information.
AutoRedirect is a powerful smart URL redirection Chrome extension built on Manifest V3 architecture. It enables seamless environment switching, domain migration, and link optimization, dramatically boosting your browsing and development efficiency.
✨ Core Features
{1}, {2} for complex URL rewriting.file:// paths to remote servers.🚀 Core Usage Examples
# Scenario 1: Development Environment Switching
# Automatically redirect local service to development server
=localhost:3000####https://dev.example.com
# Scenario 2: URL Template Replacement (Domain Migration)
# Map all pages from old domain to new domain while preserving paths
old-domain.com/*####https://new-domain.com/{1}
# Scenario 3: URL Extraction (Skip Intermediate Pages)
# Direct access to target URLs when visiting Zhihu external links
link.zhihu.com/?target=####
# Scenario 4: Local File Redirection
# Auto-redirect to online version when opening local HTML files
*demo_local.html$####https://www.example.com/demo/
📖 Complete Documentation & More Examples
Want to learn about all matching rules and advanced usage? We've prepared comprehensive online documentation for you!
In the documentation, you'll find:
Target Users
🔗 Related Links
AutoRedirect is committed to providing developers and efficiency enthusiasts with the most convenient, secure, and powerful URL redirection solution.