Trellonet
Trellonet vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
什麼是Trellonet?
Trellonet是由https://trellonet.com開發的Chrome擴展程式,該擴展的主要功能是“Trellonet vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.”。
擴展截圖
下載Trellonet擴展crx文件
下載Trellonet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Trellonet vpn is the best network security solution that encrypts all your access connections, securely unlocks the websites you visit through our proxy servers, and quickly and easily access your favorite websites and content. Trellonet can do it: * No credit card, no advertising, free vpn service *Encrypt all your traffic and hide your ip address so you can browse the internet anonymously * Select the server ip in our list, easily change your location, and hide your ip, breaking access restrictions * Unlock your favorite streaming content with one click For any usage questions, please send an email to the following address: [email protected]
擴展基本資訊
名稱 | Trellonet |
ID | kijmjccaolmigiidffnnfbolbpnehhhp |
官方網址 | https://chromewebstore.google.com/detail/trellonet/kijmjccaolmigiidffnnfbolbpnehhhp |
簡介 | Trellonet vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
檔案大小 | 1.07 MB |
安裝次數 | 1,200 |
目前版本 | 2.1.1 |
更新時間 | 2020-08-24 |
上架時間 | 2020-07-01 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://trellonet.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.trellonet.com |
說明頁面URL | https://www.trellonet.com |
隱私政策頁面URL | https://www.trellonet.com/privacy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trellonet", "version": "2.1.1", "description": "Trellonet vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.", "permissions": [ "storage", "http:\/\/*\/*", "proxy" ], "background": { "scripts": [ "static\/js\/background.js", "static\/js\/jquery.min.js" ], "persistent": true }, "browser_action": { "default_icon": "static\/img\/invalid48.png", "default_title": "Trellonet", "default_popup": "popup.html" }, "icons": { "16": "static\/img\/invalid48.png", "32": "static\/img\/invalid48.png", "48": "static\/img\/invalid48.png", "128": "static\/img\/invalid48.png" }, "manifest_version": 2 } |