Features
- Automatically detects shortened URLs like bit.ly, tinyurl, cutt.ly, and more.
- Hover to preview the full target URL without clicking.
- Works silently in the background with no popups or redirections.
- No tracking, no external APIs, fully local.
- Lightweight and open source.
How to Use
- Install the extension from the Chrome Web Store.
- Browse as usual - no setup required.
- When you find a shortened URL, hover over it. the full destination will appear in a tooltip.
- You could copy the destination link using the button.
- If the destination link contains trackers like UTM and such, you could press the extension icon to open a popup that would clear the trackers.
Frequently Asked Questions
Does it support all short link services?
It supports the most common ones like bit.ly, t.co, cutt.ly, tinyurl, and more. We’re adding more as needed.
Does the extension redirect or modify links?
No. It only shows the resolved URL. The original link stays untouched.
Is my browsing data safe?
Yes. The extension does not track, log, or transmit any data. All resolution is done inside your browser.
Does it use external APIs?
No. It uses the browser’s built-in fetch
method to resolve links with a HEAD request. Simple and private.
Why do some links show “failed to load”?
Some services block previews or require full redirection. We’re working to improve compatibility.