Redirector

Catch and redirect url's based on RegEx identifier

What is Redirector?

Redirector is a Chrome extension developed by valurhrafn, and its main feature is "Catch and redirect url's based on RegEx identifier".

Extension Screenshots

screenshot

Download Redirector Extension CRX File

Download Redirector 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

                        This extension redirects based on regular expression filter.
So it can redirect some url's on a domain, while leaving others alone.                    

Extension Basic Information

Name Redirector Redirector
ID leenkickbboebeampfcphpchhdfhoeio
Official URL https://chrome.google.com/webstore/detail/redirector/leenkickbboebeampfcphpchhdfhoeio
Description Catch and redirect url's based on RegEx identifier
File Size 14.1 KB
Installation Count 16
Current Version 0.1
Last Updated 2014-07-01
Publish Date 2014-07-01
Rating 1.00/5 Total 2 Ratings
Developer valurhrafn
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirector",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Catch and redirect url's based on RegEx identifier",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "myScript.js"
        ]
    },
    "options_page": "options.html"
}