Owl Redirector
HTTP Request redirector.
Owl Redirectorとは何ですか?
Owl RedirectorはBerton Zhuによって開発されたChromeの拡張機能で、その主な機能は「HTTP Request redirector.」です。
拡張機能のスクリーンショット
Owl Redirector拡張機能のCRXファイルをダウンロード
Owl Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Modify, cancel or redirect HTTP requests.
Owl Redirector is a tool for web development. With it you can use RegExp or pattern text to match specific url, then modify, cancel or redirect these HTTP requests.
There is also a powerful feature: you can write your JavaScript code to control your redirect/ logic.
It is powerful but these dangerous. Use it only when you know what you are doing. 拡張機能の基本情報
| 名前 | |
| ID | beknllkoddklgoflifhgkhkkibgkpdch |
| 公式URL | https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch |
| 説明 | HTTP Request redirector. |
| ファイルサイズ | 113 KB |
| インストール数 | 337 |
| 現在のバージョン | 0.3.1 |
| 最終更新日 | 2019-05-27 |
| 公開日 | 2019-05-26 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | Berton Zhu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/meowtec/Owl-redirector |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Owl Redirector",
"version": "0.3.1",
"manifest_version": 2,
"description": "HTTP Request redirector.",
"default_locale": "en",
"icons": {
"128": "owl.png"
},
"background": {
"scripts": [
"common\/punycode.min.js",
"common\/info.js",
"common\/utils.js",
"background\/default.js",
"background\/upgrade.js",
"background\/index.js"
]
},
"options_page": "options\/index.html",
"homepage_url": "https:\/\/github.com\/meowtec\/Owl-redirector",
"permissions": [
"webRequest",
" | |