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.
扩展基本信息
名称 | Owl Redirector |
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 |
电子邮箱 | [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", " |