ReRoute

Automatically redirect web requests matching custom rules.

Apa itu ReRoute?

ReRoute adalah ekstensi Chrome yang dikembangkan oleh graspaevinci, dan fitur utamanya adalah "Automatically redirect web requests matching custom rules.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ReRoute

Unduh file ekstensi ReRoute 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

                        Redirect any web request to an address of your choice.

Top Features:
 - Replace part of any URL, optionally using regular expressions
 - Redirect loop protection (each request is only redirected once)
 - Quick enabling/disabling of each rule
 - Define custom aliases for your redirects                    

Informasi Dasar Ekstensi

Nama ReRoute ReRoute
ID kmegpialdlakejlimkocdcecpjikfhen
URL Resmi https://chromewebstore.google.com/detail/reroute/kmegpialdlakejlimkocdcecpjikfhen
Deskripsi Automatically redirect web requests matching custom rules.
Ukuran File 31.36 KB
Jumlah Instalasi 657
Versi Saat Ini 0.8.4
Terakhir Diperbarui 2017-11-20
Tanggal Publikasi 2017-11-20
Penilaian 5.00/5 Total 6 Penilaian
Pengembang graspaevinci
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReRoute",
    "description": "Automatically redirect web requests matching custom rules.",
    "version": "0.8.4",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "reroute2.png",
        "default_popup": "popup.html",
        "default_title": "ReRoute"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "reroute128.png"
    },
    "minimum_chrome_version": "55"
}