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

Redirect Me 作成者: Pascaru

Redirect your web browser requests to where you want to go

0 (0 reviews)0 (0 reviews)
1 User1 User
この拡張機能を使用するには Firefox が必要です
Firefox をダウンロードして拡張機能を入手する
ファイルをダウンロード

拡張機能メタデータ

スクリーンショット
Redirect-me popup screenRedirect-me main screenRedirect-me create a rule screen
この拡張機能について
Redirect Me

A browser extension that allows users to create and manage rules for redirecting HTTP(S) requests based on URL patterns and transformations.

Features
  • Create, edit, and delete redirection rules
  • Define complex URL patterns using regular expressions
  • Apply multiple transformations to matched URL parts
  • Toggle rules on/off easily
  • Simple and intuitive user interface

Example Rule

Imagine that Google is trying to force Google Translate on you for every site you visit, but you don't like this service. To redirect Google Translate URLs to their original source, you can create the following rule:

{
"name": "Avoid Google Translate Website",
"description": "Redirect google translate website to original website",
"inputPattern": "https://(.*).translate.goog/(.*)",
"outputPattern": "https://$1/$2",
"transformationRules": [
{
"type": "ReplaceAll",
"searchValue": "-",
"replaceValue": ".",
"target": 1
},
{
"type": "ReplaceAll",
"searchValue": "..",
"replaceValue": "-",
"target": 1
}
]
}


This rule will transform any request to:

https://docs-coqui-ai.translate.goog/en/latest/


into:

https://docs.coqui.ai/en/latest/


License

MIT
Rated 0 by 0 reviewers
ログインしてこの拡張機能を評価
まだ評価されていません

星の評価を保存しました

5
0
4
0
3
0
2
0
1
0
まだレビューはありません
Permissions and data詳細情報

必要な権限:

  • すべてのウェブサイトの保存されたデータへのアクセス
詳しい情報
バージョン
0.0.1
サイズ
120.2 KB
最終更新日
19日前 (2025年8月8日)
関連カテゴリー
  • 検索ツール
  • タブ
ライセンス
MIT License
バージョン履歴
  • すべてのバージョンを見る
コレクションへ追加
このアドオンを報告
Pascaru が公開している他の拡張機能
  • まだ評価されていません

  • まだ評価されていません

  • まだ評価されていません

  • まだ評価されていません

  • まだ評価されていません

  • まだ評価されていません

Mozilla のホームページへ

アドオン

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

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

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

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