ReRoute

Automatically redirect web requests matching custom rules.

What is ReRoute?

ReRoute is a Chrome extension developed by graspaevinci, and its main feature is "Automatically redirect web requests matching custom rules.".

Extension Screenshots

screenshot
screenshot

Download ReRoute Extension CRX File

Download ReRoute extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ReRoute ReRoute
ID kmegpialdlakejlimkocdcecpjikfhen
Official URL https://chromewebstore.google.com/detail/reroute/kmegpialdlakejlimkocdcecpjikfhen
Description Automatically redirect web requests matching custom rules.
File Size 31.36 KB
Installation Count 657
Current Version 0.8.4
Last Updated 2017-11-20
Publish Date 2017-11-20
Rating 5.00/5 Total 6 Ratings
Developer graspaevinci
Payment Type free
Supported Languages 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"
}