Chrome Intent Url Fixer 作成者: 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™ 版 Firefox でも利用可能Android™ 版 Firefox でも利用可能
拡張機能メタデータ
スクリーンショット
この拡張機能について
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 人のレビュー担当者が 0 と評価しました
権限とデータ
詳しい情報
- バージョン
- 4.0
- サイズ
- 25.76 KB
- 最終更新日
- 4日前 (2026年4月28日)
- 関連カテゴリー
- バージョン履歴
- コレクションへ追加