ReRoute
Automatically redirect web requests matching custom rules.
ReRouteとは何ですか?
ReRouteはgraspaevinciによって開発されたChromeの拡張機能で、その主な機能は「Automatically redirect web requests matching custom rules.」です。
拡張機能のスクリーンショット
ReRoute拡張機能のCRXファイルをダウンロード
ReRoute拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Redirect any web request to an address of your choice.
Top Features:
- Replace part of any URL, optionally using regular expressions
- Redirect loop protection (each request is only redirected once)
- Quick enabling/disabling of each rule
- Define custom aliases for your redirects 拡張機能の基本情報
| 名前 | |
| ID | kmegpialdlakejlimkocdcecpjikfhen |
| 公式URL | https://chromewebstore.google.com/detail/reroute/kmegpialdlakejlimkocdcecpjikfhen |
| 説明 | Automatically redirect web requests matching custom rules. |
| ファイルサイズ | 31.36 KB |
| インストール数 | 657 |
| 現在のバージョン | 0.8.4 |
| 最終更新日 | 2017-11-20 |
| 公開日 | 2017-11-20 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | graspaevinci |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ReRoute",
"description": "Automatically redirect web requests matching custom rules.",
"version": "0.8.4",
"background": {
"scripts": [
"background.min.js"
]
},
"browser_action": {
"default_icon": "reroute2.png",
"default_popup": "popup.html",
"default_title": "ReRoute"
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*"
],
"icons": {
"128": "reroute128.png"
},
"minimum_chrome_version": "55"
} | |