XSwitch

A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.

What is XSwitch?

XSwitch is a Chrome extension developed by yize.shc, and its main feature is "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.".

Extension Screenshots

screenshot

Download XSwitch Extension CRX File

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

                        A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
You can use it to redirect online CDN or any other URLs to other URLs, like local files/CDN URLs/inline JavaScript etc.
You can also make sites enabled CORS, just for you
Have Fun.                    

Extension Basic Information

Name XSwitch XSwitch
ID idkjhjggpffolpidfkikidcokdkdaogg
Official URL https://chromewebstore.google.com/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg
Description A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.
File Size 1.6 MB
Installation Count 20,000
Current Version 1.17.1
Last Updated 2021-06-01
Publish Date 2019-09-17
Rating 5.00/5 Total 18 Ratings
Developer yize.shc
Email [email protected]
Payment Type free
Extension Website https://yuque.com/jiushen/blog/lcwn7i
Help Page URL https://github.com/yize/xswitch/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XSwitch",
    "description": "A tool for redirecting URLs and allowing CORS to make the local development experience easy and happy.",
    "short_name": "xs",
    "version": "1.17.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/grey_128.png",
        "default_title": "XSwitch",
        "default_popup": "XSwitch.html"
    },
    "permissions": [
        "webRequest",
        "storage",
        "webRequestBlocking",
        "browsingData",
        ""
    ],
    "icons": {
        "48": "images\/grey_128.png",
        "128": "images\/grey_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X",
                "default": "Ctrl+Shift+X"
            }
        }
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    }
}