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 |
官方網址 | 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", " |