Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
Chrome Intent Url Fixer のプレビュー

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 でも利用可能
0 (0 件のレビュー)0 (0 件のレビュー)
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:
  1. 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.
  2. 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.
  3. 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.
  4. 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 と評価しました
ログインしてこの拡張機能を評価
まだ評価されていません

星の評価を保存しました

5
0
4
0
3
0
2
0
1
0
まだレビューはありません
権限とデータ

必要な権限:

  • ブラウザーのタブへのアクセス
  • すべてのウェブサイトの保存されたデータへのアクセス

データ収集:

  • 開発者によると、この拡張機能はデータ収集を必要としません。
詳細情報
詳しい情報
バージョン
4.0
サイズ
25.76 KB
最終更新日
4日前 (2026年4月28日)
関連カテゴリー
  • ウェブ開発
  • プライバシー/セキュリティ
  • タブ
ライセンス
Mozilla Public License 2.0
バージョン履歴
  • すべてのバージョンを見る
コレクションへ追加
このアドオンを報告
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンでライセンスされています。Android は Google LLC の登録商標です。