Owl Redirector
HTTP Request redirector.
What is Owl Redirector?
Owl Redirector is a Chrome extension developed by Berton Zhu, and its main feature is "HTTP Request redirector.".
Extension Screenshots
Download Owl Redirector Extension CRX File
Download Owl Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Owl Redirector |
ID | beknllkoddklgoflifhgkhkkibgkpdch |
Official URL | https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch |
Description | HTTP Request redirector. |
File Size | 113 KB |
Installation Count | 337 |
Current Version | 0.3.1 |
Last Updated | 2019-05-27 |
Publish Date | 2019-05-26 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Berton Zhu |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/meowtec/Owl-redirector |
Supported Languages | 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", " |