WeChat Redirect
Redirect to the correct page while access url inside WeChat Client.
Co to jest WeChat Redirect?
WeChat Redirect to rozszerzenie Chrome opracowane przez R, a jego główną funkcją jest „Redirect to the correct page while access url inside WeChat Client.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WeChat Redirect
Pobierz pliki rozszerzeń WeChat Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Redirect to the correct page while access url inside WeChat Client.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | kabdcfdmjfbmjgjjdhmebddglombfola | 
| Oficjalny URL | https://chromewebstore.google.com/detail/wechat-redirect/kabdcfdmjfbmjgjjdhmebddglombfola | 
| Opis | Redirect to the correct page while access url inside WeChat Client. | 
| Rozmiar pliku | 3.19 KB | 
| Liczba instalacji | 196 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2015-12-30 | 
| Data Publikacji | 2015-12-29 | 
| Ocena | 3.73/5 Łącznie 11 Oceny | 
| Deweloper | R | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
            ]
        }
    ]
}  |  |