Touch VPN
Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
什麼是Touch VPN?
Touch VPN是由Trellonet開發的Chrome擴展程式,該擴展的主要功能是“Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.”。
擴展截圖
下載Touch VPN擴展crx文件
下載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 |
官方網址 | 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 } |