ReRoute

Automatically redirect web requests matching custom rules.

Wat is ReRoute?

ReRoute is een Chrome-extensie ontwikkeld door graspaevinci, en de belangrijkste functie is "Automatically redirect web requests matching custom rules.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ReRoute

Download ReRoute-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ReRoute ReRoute
ID kmegpialdlakejlimkocdcecpjikfhen
Officiële URL https://chromewebstore.google.com/detail/reroute/kmegpialdlakejlimkocdcecpjikfhen
Beschrijving Automatically redirect web requests matching custom rules.
Bestandsgrootte 31.36 KB
Aantal Installaties 657
Huidige Versie 0.8.4
Laatst Bijgewerkt 2017-11-20
Publicatiedatum 2017-11-20
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar graspaevinci
Betalingswijze free
Ondersteunde Talen 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"
}