edgiaaakbcjloebnmehbnfiajbhcpbcf
A Powerful URL redirection tool - supports multiple matching modes and URL template replacement. **AutoRedirect** is a Manifest V3 Chrome extension for URL redirection — environment switching, domain migration, and redirect link optimization. - **Multiple matching modes** — Exact, prefix, suffix, and wildcard patterns. - **URL templates** — Rewrite paths and migrate domains with `{1}`, `{2}` placeholders. - **URL extraction** — Skip intermediate redirect pages, go straight to the target. - **Local file mapping** — Redirect local `file://` paths to remote servers. - **Multi-result selection** — Choose from multiple targets when a rule has several matches. - **Batch testing** — Built-in batch URL testing tool to verify rules quickly. ## Who is it for - **Developers** — Switch between local, dev, staging, and production environments. - **Site admins** — Handle domain migrations and URL restructuring. - **Everyday users** — Skip ad pages and redirect intermediaries. Full guide and more examples: [https://playeryk.github.io/AutoRedirect/](https://playeryk.github.io/AutoRedirect/) - Redesigned options page with a cleaner, modern visual style - New batch URL testing tool for validating multiple rules at once - Enhanced rule editor: line numbers, syntax highlighting, error line indicators, comment toggling
Redirector
Easily Redirect URLs with Advanced Pattern Matching for Total Browsing Control REDIRECTOR is the intelligent Chrome extension designed to give you complete control over your web browsing experience. Effortlessly create your own URL redirection rules to automatically send you exactly where you need to go. Whether you're a seasoned web developer, a productivity enthusiast, or simply someone who wants a smoother online journey, REDIRECTOR offers a simple yet powerful solution to manage and customize how you navigate the web. Say goodbye to extra clicks and frustrating redirects! Effortless Rule Creation: Setting up redirects is a breeze with our intuitive interface. No complex coding required! Flexible Pattern Matching: Choose the perfect matching method for your needs: Wildcard Matching (*): Use the asterisk as a placeholder to match any sequence of characters. Ideal for redirecting entire sections of a website or handling simple URL variations. Example: Redirect all pages from an old domain to a new one: Pattern: http://olddomain.com/* Redirect To: https://newdomain.com/* Powerful Regular Expressions (Regex): For advanced users, regular expressions allow for incredibly precise and dynamic URL matching and manipulation. Capture specific parts of a URL and use them in your redirect. Example: Redirect product pages with old IDs to a new format while preserving the unique identifier: Pattern: https://website.com/product/old-(\d+) Redirect To: https://website.com/products/$1 (Here, $1 refers to the captured number) Smart Redirect Options: Exclude Patterns: Define specific URLs or patterns that should not be redirected, even if they match your main rule. This provides granular control. Example: Redirect all .php pages on a site, except the login page: Pattern: https://anysite.com/*.php Exclude Pattern: https://anysite.com/login.php Resource Type Filtering: Apply your redirect rules only to specific types of web requests (e.g., main pages, images, scripts, frames), preventing unintended redirects. Example: Only redirect the main webpage of an outdated domain, not its images: Apply To: Main document Easy Rule Management: Enable/Disable: Quickly toggle redirect rules on or off with a single click. Edit & Delete: Modify or remove rules easily as your needs change. Organize: Reorder your rules with simple drag-and-drop to control the order in which they are applied. Backup & Share: Import/Export: Save your entire set of redirect rules to a file for backup or to share them with others. Seamless Synchronization (Optional): Chrome Storage Sync: If you choose, you can sync your redirect rules across all your Chrome browsers where you are logged in. How REDIRECTOR Works: REDIRECTOR intelligently monitors the URLs you are trying to access. When a URL matches one of your defined "Include patterns," the extension instantly redirects your browser to the "Redirect To" URL according to your rule's settings. This happens in the background, ensuring a smooth and uninterrupted browsing experience. Use Cases to Boost Your Productivity: Automatic HTTPS Upgrades: Force secure browsing by automatically redirecting http:// sites to their https:// equivalents. Example: Pattern: http://insecuresite.com/* Redirect To: https://insecuresite.com/* Bypassing Annoying Redirects: Skip those extra ad pages or intermediary links that slow you down. Example: If a specific website always shows an ad page before the content: Pattern: http://annoying-site.com/goto/* Redirect To: http://annoying-site.com/final-content/* (You'll need to identify the pattern of the final content URL) Creating Memorable Shortcuts: Turn long and complicated URLs into short, easy-to-remember ones for personal use. Example: Redirect a long project link: Pattern: go/project-alpha Redirect To: https://your-company.com/teams/development/projects/alpha-2023-v5-final.html Handling Website Migrations: If a website you frequently visit has moved its content, create rules to automatically follow the new structure. Example: A blog moved from /blog/old-post to /articles/new-post: Pattern: https://oldsite.com/blog/* Redirect To: https://newsite.com/articles/* Streamlining Development: Redirect live API calls to your local testing environment for development and debugging. Example: Pattern: https://api.live-site.com/v1/* Redirect To: http://localhost:8080/api/v1/* Get Started with REDIRECTOR Today: Install REDIRECTOR from the Chrome Web Store. (Link to your extension here) Click the REDIRECTOR icon in your Chrome toolbar. Click "Add New Redirect" to create your first rule. Enter the "Pattern" of the URL you want to redirect. Enter the "Redirect To" URL. Customize advanced options like "Exclude Pattern" and "Apply To" if needed. Save your rule and start enjoying a cleaner, more efficient web experience! Your Privacy Matters: REDIRECTOR is built with your privacy in mind: No Tracking: We do not collect any browsing data or track your online activity. Local Storage: All your redirect rules are stored securely within your Chrome browser. Optional Sync: If you choose to use sync, it utilizes Chrome's secure and private storage mechanisms. No External Connections: REDIRECTOR works entirely within your browser without relying on external servers. Support & Feedback: We are dedicated to making REDIRECTOR the best URL management tool for Chrome. If you have any questions, encounter issues, or have ideas for new features, please don't hesitate to contact us through the Chrome Web Store support channels. Your feedback is invaluable!
HTTP to HTTPS Redirector
Redirects HTTP to HTTPS with enable/disable functionality. HTTP to HTTPS Redirector 🌐🔒 Enhance your web security effortlessly with the HTTP to HTTPS Redirector Chrome extension. Automatically upgrade your HTTP connections to secure HTTPS and enjoy: ✨ Automatic HTTPS Upgrades: Secure all your web traffic seamlessly. 🔄 Enable/Disable Toggle: Easily turn the redirection on or off. 🌍 Localhost Bypass: Skip HTTPS for localhost during development. 📈 Redirect Analytics: Track the number of redirects performed. 🚫 Manage Exclusions: Exclude specific domains from redirection. 🔔 Real-time Notifications: Get alerts for each redirect. Protect your online privacy and browse with confidence!
Redirector
Redirector is a browser extension that helps you redirect URLs based on rules. Redirector: Advanced URL Redirection and Control Take full control of your web navigation with Redirector, a powerful and modern browser extension designed for developers and power users. Whether you need to fix broken links, bypass annoying redirects, or set up complex development environments, Redirector provides the precision and flexibility you need. Powerful Redirection Modes: - Static: Exact match for simple, direct redirects. - Wildcard: Use "*" to match any text and $1, $2 to reuse it in your destination. - URL Pattern: Use named parameters like ":user" and "{{user}}" for intuitive pattern matching. - Regex: The ultimate tool using JavaScript Regular Expressions with full capture group support. Key Features & Workflow: - Rule Grouping: Organize your rules into folders. Enable or disable entire groups with a single click. - Parameter Decoding: Optionally decode URI components during redirection, converting encoded characters like "%3A%2F%2F" back to "://". - Real-time Testing: Use the built-in "Test URL" field in the editor to verify your rules before saving them. - Modern Dashboard: A beautiful, searchable, and responsive UI with full Dark and Light mode support. - Quick Access Popup: Manage your most important rules and groups directly from the browser toolbar. - Drag-and-Drop: Easily reorder your rules locally or across groups to manage processing priority. - Import/Export: Backup your entire configuration or share specific rule sets as JSON files. Who is it for? - Web Developers: Easily redirect production URLs to local or staging environments. - Privacy Seekers: Strip tracking parameters or redirect to privacy-friendly alternatives (like Wikipedia's mobile view to desktop). - Automation Enthusiasts: Clean up messy URLs or create custom shortcuts for your most visited sites. - Productivity Hackers: Simplify navigation and automate repetitive browsing tasks. Redirector is fully localized in English and Spanish, respects your theme preferences, and is built for performance. Simplify your web experience. Take control. Get Redirector today.
keyword redirect
Chrome extension that redirects by keyword Specify keywords that should redirect to specific URLs. Configure your keywords and URL in the options section. Once set up, simply open a new tab, type 'go' followed by one of your keywords – and you are there.