jbiihbnondbllokhkafjgfodahkphdad
Redirect URLs to another domain while keeping the path Easily switch between development, staging, and production environments without manually editing URLs. URL Redirector lets you instantly redirect any webpage to a different domain while keeping the original path, query parameters, and hash fragments intact. **Path-Preserving Redirects** - Automatically carries over the full URL path (e.g., `/products?id=123#reviews`) - Works with query strings (`?search=term`) and hash fragments (`#section`) **Developer-Friendly** - Perfect for testing across environments (dev → staging → prod) - No more manual URL editing or complex proxy setups **Lightweight & Secure** - No tracking or external dependencies - All data stored locally in your browser **Use Cases** ✅ Developers: Test code on localhost while retaining the full URL structure ✅ QA Teams: Switch between production and staging in one click ✅ Content Managers: Preview pages on different domains **How It Works** 1. Enter a target domain (e.g., `preprod.example.com`) 2. Click "Redirect Current Tab" 3. The page reloads on the new domain with the original path preserved
Bulk URL Opener Extension
Bulk URL Opener Extension just lets you open multiple URLs at once (in new tabs or windows). Usage: Enter each URL in new line (you can paste the list or import urls from file) and click the "Open All" button. The app will the open all the pages in separate tabs or windows (depending on your settings). Some of the options: * Load URLs from file; Export links to file * Extract urls from text (the tool will try to find valid links in whatever text you provide) * Open in tabs, windows or group by host (to group your links in separate windows for each domain) * You can set delay (in seconds) between opening pages * Open part of the current list The difference between this extension and other similar extensions is that if an URL doesn't include scheme, it will default to HTTPS. In other words, you may skip the protocol part for "http(s)://" sites and enter only the meaningful part. For example -- if you type "domain.com" it will be automatically translated to "http://domain.com". All similar extensions that I tested required fully qualified URL which wasn't very convenient for me and that's actually the main reason I made this tool.
Redirector
Redirector automatically redirects URLs from one site to another based on rules you define. Once a rule is active, every time you visit a matching URL, you're instantly sent to the destination — no extra clicks needed. COMMON USE CASES • Always use Old Reddit instead of the redesign • Switch Google search results to DuckDuckGo • Skip tracking redirects (email click-tracking links) and go straight to the real destination • Redirect deprecated tool URLs to their replacements QUICK START — Your first rule in 30 seconds 1. Click the Redirector icon in your toolbar — the options page opens 2. Click "Add Rule" 3. Fill in the two fields: Match URL: ^https://www.reddit.com/(.*) Redirect To: https://old.reddit.com/$1 4. (Optional) Paste a test URL like https://www.reddit.com/r/cats to verify the result 5. Click "Add" — done! How the pattern works: • ^https://www.reddit.com/ matches the beginning of any Reddit URL • (.*) captures everything after the domain (e.g. r/cats) • $1 in Redirect To inserts that captured part into the new URL That's the basic idea: match a URL, capture the parts you need, build a new URL with them. KEY FEATURES • Create redirect rules using regex or URL Pattern syntax • Enable, disable, reorder, and test rules with real-time feedback • Import/export rules as JSON to back up or share with others • Supports pipeline transformations (URL decoding, base64 decoding) • Keyboard shortcut Alt+Shift+O to navigate back to the original URL before redirect PRIVACY All rules are processed locally. This extension does not collect or transmit any user data. CONTACT If you have any questions or suggestions, please join us at https://discord.gg/gFhKUthc88
URL in title
Reformats the title of each tab according to its URL. This allows using utilities such as KeePass that auto-fill passwords according to the title of the current window. By default, only the protocol and domain name are appended to the title, but the options page allows full customization. Release notes: v4.0.0: restored suffix preservation logic broken in previous version; migrated to Manifest V3; cleaned up the code v3.0.2: added a mechanism to disable the extension (); added support for pages that delete the element v3.0.1: added icons
Reddit UI Redirector
New Reddit Redirection extension simply redirects reddit.com to new.reddit.com to force use of the "new" Reddit layout. Notes: Due to Reddits self imposed restrictions. You must be logged into Reddit for the addon to work. It also does not work while in incognito mode. This will be fixed in next update. For now, disable addon to log into Reddit than re-enable it and it will work.