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)
2 Users2 Users
必須使用 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
由 1 位評論者給出 0 分
登入後即可幫此擴充套件評分
目前沒有評分

已儲存星等

5
0
4
0
3
0
2
0
1
0
還沒有評論
權限與資料了解更多

必要權限:

  • 存取您所有網站中的資料
更多資訊
版本
0.0.1
大小
120.2 KB
最近更新
16 天前 (2025年8月8日)
相關分類
  • 搜尋工具
  • 分頁
授權條款
MIT License
版本紀錄
  • 瀏覽所有版本
新增至收藏集
檢舉此附加元件
Pascaru 製作的更多擴充套件
  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。