Chrome Intent Url Fixer av Shawon2901
Some sites force user to open chrome if android user agent is detected due to chrome not having a adblocker on Android..this completely patches all chrome intent url to normal urls...Note: this does not patch server side user agent detection
Tilgjengelig på Firefox for Android™Tilgjengelig på Firefox for Android™
Metadata for utvidelser
Skjermbilder
Om denne utvidelsen
The extension just converts intent:// URLs (specifically ones targeting com.android.chrome) into normal https:// links so they open in the browser instead of trying to launch Chrome as an app
This extension fights back in four layers:
This extension fights back in four layers:
- Network-level redirect interception
Before a redirect response (3xx) even reaches the browser, the extension rewrites the Location: intent://... header to a normal https:// URL. The app-open redirect is killed before the browser ever acts on it. - Direct navigation blocking
If a tab somehow starts navigating to an intent:// URL, the extension catches it via tabs.onUpdated and immediately replaces it with the equivalent https:// destination. - Request blocking (belt-and-suspenders)
As a third layer, onBeforeRequest intercepts any outgoing request to an intent:// URL before it's sent and redirects it to https:// on the spot. - DOM link patching
On every page, the extension scans all <a href="intent://..."> anchor tags and rewrites them to https:// in place. A MutationObserver watches for dynamically injected links (e.g. added by ad scripts after page load) and patches those too. Clicks on any remaining intent links are also intercepted, and window.open() is monkey-patched so scripts can't use it as a bypass.
Net effect on site owners: Any attempt — whether via server redirect, static HTML, dynamically injected JS, or window.open() — to force the user out of the browser and into a native app is silently neutralized. The user stays in the browser and lands on the normal https:// URL instead.
Vurdert til 0 av 0 anmeldere
Tillatelser og data
Nødvendige tillatelser:
- Tilgang til faner
- Få tilgang til dine data fra alle nettsteder
Datainnsamling:
- Utvikleren sier at denne utvidelsen ikke krever datainnsamling.
Mer informasjon
- Versjon
- 4.0
- Størrelse
- 25,76 kB
- Sist oppdatert
- 4 dager siden (28. apr. 2026)
- Relaterte kategorier
- Versjonshistorikk
- Legg til i samling