WeChat Redirect

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

Cos'è WeChat Redirect?

WeChat Redirect è un'estensione di Chrome sviluppata da R, e la sua funzione principale è "Redirect to the correct page while access url inside WeChat Client.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WeChat Redirect

Scarica i file di estensione WeChat Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WeChat Redirect WeChat Redirect
ID kabdcfdmjfbmjgjjdhmebddglombfola
URL Ufficiale https://chromewebstore.google.com/detail/wechat-redirect/kabdcfdmjfbmjgjjdhmebddglombfola
Descrizione Redirect to the correct page while access url inside WeChat Client.
Dimensione del File 3.19 KB
Conteggio Installazioni 196
Versione Corrente 1.0
Ultimo Aggiornamento 2015-12-30
Data di Pubblicazione 2015-12-29
Valutazione 3.73/5 Totale 11 Valutazioni
Sviluppatore R
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}