Touch VPN
Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Touch VPNคืออะไร?
Touch VPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trellonet และคุณลักษณะหลักของมันคือ "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Touch VPN
ดาวน์โหลดไฟล์ส่วนขยาย Touch VPN ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ibnheiimocabbfkeebechfjjnpbdcakj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj |
คำอธิบาย | Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
ขนาดไฟล์ | 1.14 MB |
จำนวนการติดตั้ง | 3,255 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2020-08-24 |
วันที่เผยแพร่ | 2020-07-01 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Trellonet |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.trellonet.com |
URL หน้าช่วยเหลือ | https://www.trellonet.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.trellonet.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Touch VPN", "version": "1.1.1", "description": "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.", "permissions": [ "http:\/\/*\/*", "storage", "proxy" ], "background": { "scripts": [ "static\/js\/background.js", "static\/js\/jquery.min.js" ], "persistent": true }, "browser_action": { "default_icon": "static\/img\/[email protected]", "default_title": "Touch VPN", "default_popup": "popup.html" }, "icons": { "16": "static\/img\/[email protected]", "32": "static\/img\/[email protected]", "48": "static\/img\/[email protected]", "128": "static\/img\/[email protected]" }, "manifest_version": 2 } |