Owl Redirector
HTTP Request redirector.
Vad är Owl Redirector?
Owl Redirector är en Chrome-tillägg utvecklad av Berton Zhu, och dess huvudfunktion är "HTTP Request redirector.".
Tilläggsskärmbilder
Ladda ner Owl Redirector-förlängningens CRX-fil
Ladda ner Owl Redirector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Owl Redirector |
ID | beknllkoddklgoflifhgkhkkibgkpdch |
Officiell webbadress | https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch |
Beskrivning | HTTP Request redirector. |
Filstorlek | 113 KB |
Antal Installationer | 337 |
Aktuell Version | 0.3.1 |
Senast Uppdaterad | 2019-05-27 |
Publiceringsdatum | 2019-05-26 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Berton Zhu |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/meowtec/Owl-redirector |
Stödda Språk | 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", " |