WebRequest Redirect

Hot Swap paths to files.

What is WebRequest Redirect?

WebRequest Redirect is a Chrome extension developed by Vasiliy Lazarev (Belyash), and its main feature is "Hot Swap paths to files.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download WebRequest Redirect Extension CRX File

Download WebRequest Redirect 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

                        Create 307 Internal Redirect for mapped paths.

Two ways to create redirect for files:

Single File — redirect for specific single file. 
For example from http://example.com/prod/script.js to http://example.com/test/script.js.

Domain — redirect all requests from one domain to another (pathname and search will be saved). 
For example from http://production.com to http://staging.com.

Enjoy new version of frameworks, library or styles without changes on site.                    

Extension Basic Information

Name WebRequest Redirect WebRequest Redirect
ID klonhilkpgjmgkinpepcjoioelbfophg
Official URL https://chromewebstore.google.com/detail/webrequest-redirect/klonhilkpgjmgkinpepcjoioelbfophg
Description Hot Swap paths to files.
File Size 87.97 KB
Installation Count 139
Current Version 0.0.7
Last Updated 2017-03-15
Publish Date 2017-03-15
Rating 4.00/5 Total 3 Ratings
Developer Vasiliy Lazarev (Belyash)
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebRequest Redirect",
    "description": "Hot Swap paths to files.",
    "version": "0.0.7",
    "icons": {
        "48": "img\/icon\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "img\/icon\/icon-48x48.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "background",
        "storage",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}