WeChat Redirect
Redirect to the correct page while access url inside WeChat Client.
WeChat Redirectคืออะไร?
WeChat Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย R และคุณลักษณะหลักของมันคือ "Redirect to the correct page while access url inside WeChat Client."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WeChat Redirect
ดาวน์โหลดไฟล์ส่วนขยาย WeChat Redirect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Redirect to the correct page while access url inside WeChat Client.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WeChat Redirect |
ID | kabdcfdmjfbmjgjjdhmebddglombfola |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wechat-redirect/kabdcfdmjfbmjgjjdhmebddglombfola |
คำอธิบาย | Redirect to the correct page while access url inside WeChat Client. |
ขนาดไฟล์ | 3.19 KB |
จำนวนการติดตั้ง | 196 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-12-30 |
วันที่เผยแพร่ | 2015-12-29 |
คะแนน | 3.73/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | R |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |