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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |