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 |
官方URL | 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 } |