Owl Redirector

HTTP Request redirector.

Qu'est-ce que Owl Redirector ?

Owl Redirector est une extension Chrome développée par Berton Zhu, et sa fonction principale est "HTTP Request redirector.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Owl Redirector

Téléchargez les fichiers d'extension Owl Redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Owl Redirector Owl Redirector
ID beknllkoddklgoflifhgkhkkibgkpdch
URL Officiel https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch
Description HTTP Request redirector.
Taille du Fichier 113 KB
Nombre d'Installations 337
Version Actuelle 0.3.1
Dernière Mise à Jour 2019-05-27
Date de Publication 2019-05-26
Évaluation 3.67/5 Total 3 Évaluations
Développeur Berton Zhu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/meowtec/Owl-redirector
Langues Prises en Charge 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'"
}