ReRoute

Automatically redirect web requests matching custom rules.

ReRoute क्या है?

ReRoute graspaevinci द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically redirect web requests matching custom rules."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ReRoute एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम ReRoute ReRoute
ID kmegpialdlakejlimkocdcecpjikfhen
आधिकारिक URL https://chromewebstore.google.com/detail/reroute/kmegpialdlakejlimkocdcecpjikfhen
विवरण Automatically redirect web requests matching custom rules.
फ़ाइल का आकार 31.36 KB
स्थापना संख्या 657
वर्तमान संस्करण 0.8.4
अंतिम अपडेट 2017-11-20
प्रकाशन तिथि 2017-11-20
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर graspaevinci
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}