fbdommicdaeknlccchdhjkjnbhaacjcp
URL Redirector is a Chrome extension that empowers users to seamlessly manage URL redirection rules through regex pattern matching. It automatically redirects web traffic from specified old domains to new targets while preserving path parameters (e.g., a.b.com/path → c.d.com/path). The tool features: 1. Rule Management Create/edit regex-based rules via an intuitive options page Supports declarativeNetRequest for efficient browser-level redirection 2. Dynamic Updates Instantly applies new rules without browser restart Persists rules via chrome.storage synchronization 3. User Experience Clean popup interface for quick access Lightweight design with Manifest V3 compliance Ideal for developers managing domain migrations or custom routing workflows
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
Auto-Reload Target URL
Simple tool to automatically reload the webpage in the current tab. The extension is open source and does not collect any information.
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.