Owl Redirector
HTTP Request redirector.
Wat is Owl Redirector?
Owl Redirector is een Chrome-extensie ontwikkeld door Berton Zhu, en de belangrijkste functie is "HTTP Request redirector.".
Extensie Screenshots
Download het CRX-bestand van de extensie Owl Redirector
Download Owl Redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Owl Redirector |
ID | beknllkoddklgoflifhgkhkkibgkpdch |
Officiële URL | https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch |
Beschrijving | HTTP Request redirector. |
Bestandsgrootte | 113 KB |
Aantal Installaties | 337 |
Huidige Versie | 0.3.1 |
Laatst Bijgewerkt | 2019-05-27 |
Publicatiedatum | 2019-05-26 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Berton Zhu |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/meowtec/Owl-redirector |
Ondersteunde Talen | 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", " |