Owl Redirector
HTTP Request redirector.
Owl Redirector là gì?
Owl Redirector là một tiện ích mở rộng Chrome được phát triển bởi Berton Zhu, và tính năng chính của nó là "HTTP Request redirector.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Owl Redirector
Tải xuống các tệp mở rộng Owl Redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Owl Redirector |
ID | beknllkoddklgoflifhgkhkkibgkpdch |
URL Chính Thức | https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch |
Mô tả | HTTP Request redirector. |
Kích Thước Tệp | 113 KB |
Số Lần Cài Đặt | 337 |
Phiên Bản Hiện Tại | 0.3.1 |
Cập Nhật Lần Cuối | 2019-05-27 |
Ngày Phát Hành | 2019-05-26 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Berton Zhu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/meowtec/Owl-redirector |
Ngôn Ngữ Được Hỗ Trợ | 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", " |