Owl Redirector

HTTP Request redirector.

Cos'è Owl Redirector?

Owl Redirector è un'estensione di Chrome sviluppata da Berton Zhu, e la sua funzione principale è "HTTP Request redirector.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Owl Redirector

Scarica i file di estensione Owl Redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Owl Redirector Owl Redirector
ID beknllkoddklgoflifhgkhkkibgkpdch
URL Ufficiale https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch
Descrizione HTTP Request redirector.
Dimensione del File 113 KB
Conteggio Installazioni 337
Versione Corrente 0.3.1
Ultimo Aggiornamento 2019-05-27
Data di Pubblicazione 2019-05-26
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Berton Zhu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/meowtec/Owl-redirector
Lingue Supportate 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'"
}