URL Redirector

Redirect url by pattern to any place you want.

What is URL Redirector?

URL Redirector is a Chrome extension developed by Bluz, and its main feature is "Redirect url by pattern to any place you want.".

Extension Screenshots

screenshot

Download URL Redirector Extension CRX File

Download URL 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 help you to:
- Redirect from an URL to another URL.
- Redirect from an URL to a file on your local machine.
- Set password to protect your setting from other change.
- Play some trick ( just do it :)                    

Extension Basic Information

Name URL Redirector URL Redirector
ID kpdinddojclpdndplpblgckkfepjplie
Official URL https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie
Description Redirect url by pattern to any place you want.
File Size 245 KB
Installation Count 3,463
Current Version 1.0
Last Updated 2014-01-23
Publish Date 2014-01-23
Rating 4.35/5 Total 37 Ratings
Developer Bluz
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Redirector",
    "description": "Redirect url by pattern to any place you want.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "storage",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "mart.png",
        "default_title": "URL Redirector",
        "default_popup": "index.html"
    },
    "options_page": "option.html"
}