WeChat Redirect

Redirect to the correct page while access url inside WeChat Client.

What is WeChat Redirect?

WeChat Redirect is a Chrome extension developed by R, and its main feature is "Redirect to the correct page while access url inside WeChat Client.".

Extension Screenshots

screenshot

Download WeChat Redirect Extension CRX File

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

                        Redirect to the correct page while access url inside WeChat Client.                    

Extension Basic Information

Name WeChat Redirect WeChat Redirect
ID kabdcfdmjfbmjgjjdhmebddglombfola
Official URL https://chromewebstore.google.com/detail/wechat-redirect/kabdcfdmjfbmjgjjdhmebddglombfola
Description Redirect to the correct page while access url inside WeChat Client.
File Size 3.19 KB
Installation Count 196
Current Version 1.0
Last Updated 2015-12-30
Publish Date 2015-12-29
Rating 3.73/5 Total 11 Ratings
Developer R
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeChat Redirect",
    "description": "Redirect to the correct page while access url inside WeChat Client.",
    "version": "1.0",
    "permissions": [
        "http:\/\/support.weixin.qq.com\/"
    ],
    "short_name": "WeChat Redirect",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/support.weixin.qq.com\/*"
            ],
            "js": [
                "redirect.js"
            ]
        }
    ]
}