Owl Redirector

HTTP Request redirector.

Apa itu Owl Redirector?

Owl Redirector adalah ekstensi Chrome yang dikembangkan oleh Berton Zhu, dan fitur utamanya adalah "HTTP Request redirector.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Owl Redirector

Unduh file ekstensi Owl Redirector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Owl Redirector Owl Redirector
ID beknllkoddklgoflifhgkhkkibgkpdch
URL Resmi https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch
Deskripsi HTTP Request redirector.
Ukuran File 113 KB
Jumlah Instalasi 337
Versi Saat Ini 0.3.1
Terakhir Diperbarui 2019-05-27
Tanggal Publikasi 2019-05-26
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Berton Zhu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/meowtec/Owl-redirector
Bahasa yang Didukung 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'"
}