Chrome Intent Url Fixer geliştiren: 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
Android™ için Firefox’ta kullanılabilirAndroid™ için Firefox’ta kullanılabilir
Uzantı meta verileri
Ekran görüntüleri
Bu uzantı hakkında
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.
0 inceleyiciden 0 puan aldı
İzinler ve veriler
Gerekli izinler:
- Tarayıcı sekmelerine erişme
- Tüm web sitelerine ait verilerinize erişme
Veri toplama:
- Geliştirici, bu uzantının veri toplamaya gerek duymadığını söylüyor.
Daha fazla bilgi
- Sürüm
- 4.0
- Boyut
- 25,76 KB
- Son güncelleme
- 3 gün önce (28 Nis 2026)
- İlgili kategoriler
- Lisans
- Mozilla Kamu Lisansı 2.0
- Sürüm geçmişi
- Koleksiyona ekle