Aqua VPN
Fast and stable VPN with multiple geo locations
Aqua VPN란 무엇입니까?
Aqua VPN은(는) nicolathomssen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast and stable VPN with multiple geo locations"입니다.
확장 프로그램 스크린샷
Aqua VPN 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We've made a reliable VPN service so you could surf Internet safely and privately. Aqua VPN is a free VPN service with a number of GEO proxies available, all you need is to select a proxy country, and enjoy your safe and unlimited connection. Our extension is completely free, has no ads or paid subscriptions! Aqua VPN will unblock and lift all restrictions from any website, app or social network which may be blocked in your location, e.g. Facebook, Youtube, Netflix, etc. We provide you fast, stable, safe and secured connection and the rest is up to you. You will be able to change your virtual location, hide your IP and private information when surfing the Internet, and maintain your security all the time. Proxies available at the moment: 💥 USA 💥 Canada 💥 Germany 💥 Netherlands
확장 프로그램 기본 정보
이름 | Aqua VPN |
ID | bgcmndidjhfimbbocplkapiaaokhlcac |
공식 URL | https://chromewebstore.google.com/detail/aqua-vpn/bgcmndidjhfimbbocplkapiaaokhlcac |
설명 | Fast and stable VPN with multiple geo locations |
파일 크기 | 194 KB |
설치 횟수 | 1,546 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2024-01-26 |
출시 날짜 | 2023-05-16 |
평점 | 4.35/5 총 23 개의 평점 |
개발자 | nicolathomssen |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/aquavpn |
지원되는 언어 | id,ms,de,en,fr,nl,no,tr,da,es,it,hu,pl,sv,cs,el,ru,uk,iw,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "0.0.7", "default_locale": "en", "background": { "service_worker": "js\/sw.js" }, "permissions": [ "proxy", "storage" ], "host_permissions": [ "https:\/\/ifconfig.co\/json", "https:\/\/ip.seeip.org\/geoip", "https:\/\/ipapi.co\/json\/", "https:\/\/api.myip.com\/" ], "icons": { "32": "\/assets\/images\/off\/icon32.png", "128": "\/assets\/images\/off\/icon128.png" }, "action": { "default_title": "__MSG_name__", "default_popup": "\/assets\/popup.html", "default_icon": { "16": "\/assets\/images\/off\/icon16.png", "24": "\/assets\/images\/off\/icon24.png", "32": "\/assets\/images\/off\/icon32.png" } } } |