Chrome Intent Url Fixer von 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
Verfügbar für Firefox für Android™Verfügbar für Firefox für Android™
2 Benutzer2 Benutzer
Metadaten zur Erweiterung
Screenshots
Über diese Erweiterung
🚀 OVERVIEW
Chrome Intent URL Fixer is a specialized utility designed to stop websites from forcing you out of your browser. Many sites detect Android user agents and attempt to trigger "intent://" redirects to launch the Google Chrome app—usually because Chrome on Android lacks extension support for adblockers.
This extension kills those redirects and converts them back into standard HTTPS links, keeping you in your current browser with your adblocker active.
⚠️ NOTE: This extension patches URL behavior only; it does not modify your User-Agent string.
🛡️ THE FOUR-LAYER DEFENSE SYSTEM
To ensure no site can force an app-switch, the extension fights back across four distinct layers:
🌟 NET EFFECT
Any attempt—whether via server-side redirect, static HTML links, dynamically injected JavaScript, or window.open()—to force you into a native app is silently neutralized. You stay in your browser, on the page you intended to visit.
Fixes - https://bugzilla.mozilla.org/show_bug.cgi?id=2018636
Incase anyone want to to test ^^^
Chrome Intent URL Fixer is a specialized utility designed to stop websites from forcing you out of your browser. Many sites detect Android user agents and attempt to trigger "intent://" redirects to launch the Google Chrome app—usually because Chrome on Android lacks extension support for adblockers.
This extension kills those redirects and converts them back into standard HTTPS links, keeping you in your current browser with your adblocker active.
⚠️ NOTE: This extension patches URL behavior only; it does not modify your User-Agent string.
🛡️ THE FOUR-LAYER DEFENSE SYSTEM
To ensure no site can force an app-switch, the extension fights back across four distinct layers:
- Network-Level Interception
Before a server redirect (3xx) even reaches your browser, the extension intercepts and rewrites the "Location: intent://" header. The app-open trigger is neutralized before the browser can ever act on it. - Direct Navigation Blocking
If a tab attempts to navigate to an intent URL through other means, the extension catches it via the tabs API and immediately replaces the destination with the equivalent HTTPS URL. - Request Blocking (Belt-and-Suspenders)
As a fail-safe, the extension monitors all outgoing requests. Any request headed for an intent:// scheme is intercepted on the spot and redirected to a secure web URL. - DOM Link Patching & Script Protection
The extension scans every page for <a> tags containing intent links and rewrites them in real-time.
• MutationObserver: Automatically patches links injected dynamically by ad scripts after the page loads.
• Monkey-Patching: window.open() is modified to prevent scripts from using it as a bypass to trigger the Chrome app.
🌟 NET EFFECT
Any attempt—whether via server-side redirect, static HTML links, dynamically injected JavaScript, or window.open()—to force you into a native app is silently neutralized. You stay in your browser, on the page you intended to visit.
Fixes - https://bugzilla.mozilla.org/show_bug.cgi?id=2018636
Incase anyone want to to test ^^^
Bewertet mit 0 von 0 Bewertern
Berechtigungen und Daten
Benötigte Berechtigungen:
- Auf Browsertabs zugreifen
- Auf Ihre Daten für diverse Websites zugreifen
Datenerfassung:
- Der Entwickler sagt, dass diese Erweiterung keine Datenerhebung benötigt.
Weitere Informationen
- Add-on-Links
- Version
- 4.0
- Größe
- 25,76 KB
- Zuletzt aktualisiert
- vor einem Monat (28. Apr. 2026)
- Verwandte Kategorien
- Versionsgeschichte
- Zur Sammlung hinzufügen