WeChat Redirect

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

Wat is WeChat Redirect?

WeChat Redirect is een Chrome-extensie ontwikkeld door R, en de belangrijkste functie is "Redirect to the correct page while access url inside WeChat Client.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WeChat Redirect

Download WeChat Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam WeChat Redirect WeChat Redirect
ID kabdcfdmjfbmjgjjdhmebddglombfola
Officiële URL https://chromewebstore.google.com/detail/wechat-redirect/kabdcfdmjfbmjgjjdhmebddglombfola
Beschrijving Redirect to the correct page while access url inside WeChat Client.
Bestandsgrootte 3.19 KB
Aantal Installaties 196
Huidige Versie 1.0
Laatst Bijgewerkt 2015-12-30
Publicatiedatum 2015-12-29
Beoordeling 3.73/5 Totaal 11 Beoordelingen
Ontwikkelaar R
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}