WeChat Redirect
Redirect to the correct page while access url inside WeChat Client.
Co je WeChat Redirect?
WeChat Redirect je rozšíření Chrome vyvinuté R, a jeho hlavní funkcí je „Redirect to the correct page while access url inside WeChat Client.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WeChat Redirect
Stáhněte si soubory rozšíření WeChat Redirect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Redirect to the correct page while access url inside WeChat Client.
Základní Informace o Rozšíření
Název | WeChat Redirect |
ID | kabdcfdmjfbmjgjjdhmebddglombfola |
Oficiální URL | https://chromewebstore.google.com/detail/wechat-redirect/kabdcfdmjfbmjgjjdhmebddglombfola |
Popis | Redirect to the correct page while access url inside WeChat Client. |
Velikost souboru | 3.19 KB |
Počet instalací | 196 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-12-30 |
Datum Vydání | 2015-12-29 |
Hodnocení | 3.73/5 Celkem 11 Hodnocení |
Vývojář | R |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |