Ferry — Private URL Redirector von hackslashdash
Fast, private URL redireFast, private URL redirector. Set a rule (e.g. twitter.com → nitter.net) and matching URLs are rewritten natively via declarativeNetRequest. No telemetry, no network cactor. Define rules; matching URLs are redirected natively.
Metadaten zur Erweiterung
Screenshots
Über diese Erweiterung
Ferry redirects URLs the moment you load them — natively, privately, and fast.
Set a rule once (for example, twitter.com → nitter.net, or reddit.com → old.reddit.com) and every matching request is rewritten by the browser itself. No JavaScript runs in the request path, and Ferry never sees the URLs you visit.
WHY FERRY
• Private by design. Ferry makes zero network calls and ships no analytics or telemetry. Your rules live only in your browser's local storage and are never sent anywhere.
• Native speed. Redirects run through the browser's declarativeNetRequest engine (Manifest V3). No background script intercepts your traffic.
• Simple rules. Match by wildcard (https://twitter.com/*) or regular expression, capture parts of the URL with * or (…), and reuse them in the redirect ($1, $2, …).
• Instant. Rules apply the moment you save — no reload needed.
• One-click pause. Toggle all redirects off from the toolbar popup without deleting a single rule.
• Import friendly. Bring rules over from other redirector extensions; anything Ferry can't run (base64 / URL-decode transforms) is skipped with a clear notice.
HOW IT WORKS
EXAMPLES
• https://twitter.com/ → https://nitter.net/$1
• https://www.reddit.com/ → https://old.reddit.com/$1
• ^https://www.youtube.com/shorts/(.*)$ → https://www.youtube.com/watch?v=$1
NOT SUPPORTED (by design)
Ferry uses pure declarativeNetRequest, which keeps it private and fast but rules out two things:
• Capture-group transforms (base64 / URL decode).
• SPA soft-navigation redirects (in-app history changes). Hard page loads still redirect.
Open source (MIT).
Set a rule once (for example, twitter.com → nitter.net, or reddit.com → old.reddit.com) and every matching request is rewritten by the browser itself. No JavaScript runs in the request path, and Ferry never sees the URLs you visit.
WHY FERRY
• Private by design. Ferry makes zero network calls and ships no analytics or telemetry. Your rules live only in your browser's local storage and are never sent anywhere.
• Native speed. Redirects run through the browser's declarativeNetRequest engine (Manifest V3). No background script intercepts your traffic.
• Simple rules. Match by wildcard (https://twitter.com/*) or regular expression, capture parts of the URL with * or (…), and reuse them in the redirect ($1, $2, …).
• Instant. Rules apply the moment you save — no reload needed.
• One-click pause. Toggle all redirects off from the toolbar popup without deleting a single rule.
• Import friendly. Bring rules over from other redirector extensions; anything Ferry can't run (base64 / URL-decode transforms) is skipped with a clear notice.
HOW IT WORKS
- Open Ferry's options page.
- Add a rule: pick Wildcard or Regex, set the include pattern, and set the redirect URL. Use an Example URL and Test to preview the result before saving.
- Save. Visit a matching URL and you're redirected instantly.
EXAMPLES
• https://twitter.com/ → https://nitter.net/$1
• https://www.reddit.com/ → https://old.reddit.com/$1
• ^https://www.youtube.com/shorts/(.*)$ → https://www.youtube.com/watch?v=$1
NOT SUPPORTED (by design)
Ferry uses pure declarativeNetRequest, which keeps it private and fast but rules out two things:
• Capture-group transforms (base64 / URL decode).
• SPA soft-navigation redirects (in-app history changes). Hard page loads still redirect.
Open source (MIT).
Bewertet mit 0 von 0 Bewertern
Berechtigungen und Daten
Benötigte Berechtigungen:
- Inhalte auf jeder Seite blockieren
Optionale Berechtigungen:
- Auf Ihre Daten für diverse Websites zugreifen
Datenerfassung:
- Der Entwickler sagt, dass diese Erweiterung keine Datenerhebung benötigt.
Weitere Informationen
- Version
- 0.2.0
- Größe
- 66,7 KB
- Zuletzt aktualisiert
- vor 4 Tagen (20. Juli 2026)
- Verwandte Kategorien
- Lizenz
- MIT-Lizenz
- Datenschutzrichtlinie
- Lesen Sie die Datenschutzrichtlinie für dieses Add-on
- Versionsgeschichte
- Zur Sammlung hinzufügen