Safari extension that opens links in their native apps, strips tracking parameters, removes AMP, and expands short URLs — all locally, without any server.
Role
Solo developer
Year
2026
Platforms
iOS 18.0+, macOS 15.0+
Stack
Swift, Safari App Extension, SwiftUI
Safari on iOS and macOS consistently opens links in the browser even when a native app is installed. Users clicking a Twitter link get the mobile web version; a Spotify link opens the web player. Combined with tracking-laden URLs and AMP redirects, the result is a worse experience at every click.
Open Links in Apps is a Safari extension that intercepts navigations and applies a chain of transformations before the page loads:
All transformations run locally in the extension process. No network calls, no logging, no telemetry.
Safari extension APIs changed significantly in iOS 18 and macOS 15, requiring updates to adopt the new content blocking and navigation interception interfaces. App Store review required detailed technical justification for the extension’s network-interception capabilities.
A well-reviewed privacy utility that improves the Safari experience for users with large native app collections. Available as a Universal Purchase on the App Store, covering iPhone, iPad, and Mac.
Product views