Owl Redirector

HTTP Request redirector.

Was ist Owl Redirector?

Owl Redirector ist eine Chrome-Erweiterung, die von Berton Zhu entwickelt wurde, und ihr Hauptmerkmal ist "HTTP Request redirector.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Owl Redirector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Owl Redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Owl Redirector Owl Redirector
ID beknllkoddklgoflifhgkhkkibgkpdch
Offizielle URL https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch
Beschreibung HTTP Request redirector.
Dateigröße 113 KB
Installationsanzahl 337
Aktuelle Version 0.3.1
Letztes Update 2019-05-27
Veröffentlichungsdatum 2019-05-26
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Berton Zhu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/meowtec/Owl-redirector
Unterstützte Sprachen 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",
        "",
        "webRequestBlocking",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}