ZoogVPN - Free VPN for Chrome & Proxy
Simple and reliable VPN for Chrome that connects instantly.
ZoogVPN - Free VPN for Chrome & Proxyとは何ですか?
ZoogVPN - Free VPN for Chrome & Proxyはhttps://zoogvpn.comによって開発されたChromeの拡張機能で、その主な機能は「Simple and reliable VPN for Chrome that connects instantly.」です。
拡張機能のスクリーンショット
ZoogVPN - Free VPN for Chrome & Proxy拡張機能のCRXファイルをダウンロード
ZoogVPN - Free VPN for Chrome & Proxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ZoogVPN is a free proxy extension for Chrome that will secure your browser and unblock dozens of websites online. Our extension hides your real IP address, changes your location, and protects you from Internet threats. Technically, we provide a proxy solution for Chrome. Using this solution, you get unrestricted Internet, online privacy, and freedom. You can browse any websites, stream any movies, and forget about censorship in your country. How does our Chrome Extension work? It establishes a secure connection between your browser and a remote server. Once you are connected to our proxy server, your traffic goes through an encrypted proxy tunnel and protects every piece of transferred data. We offer a leading Chrome VPN with blazing-fast speed for unlimited browsing while staying safe and private online anywhere in the world! Features: - Mask your IP and change your location to 35+ different countries - Free locations - Germany, the USA, Netherlands, the UK, and Singapore - Zero logs. Full anonymity - Secure your public Wi-Fi connection - Free starter plan is really free with no ads and 10GB of traffic a month - Enjoy your favourite websites and apps securely & privately - Protect your privacy & sensitive online information from hackers - Say goodbye to ISP throttling - Get around censorship and the strongest firewalls with our Proxy extension - Unblock websites, apps, and streaming services from all over the world ► Internet Freedom Browse the Internet with freedom, privacy, and security, enjoying it from anywhere in the world. Take back control of your Internet freedom. ► Privacy & Anonymity Online Avoid being tracked online and protect your identity from any 3rd party by changing your IP. We fully respect your privacy by keeping zero logs. ► Blazing Fast Speed Experience fast and highly secure service with a network of dedicated high-speed 1Gbps nodes worldwide.
拡張機能の基本情報
名前 | ZoogVPN - Free VPN for Chrome & Proxy |
ID | immngomjofcbflgcckkfddnbpmjokbjh |
公式URL | https://chromewebstore.google.com/detail/zoogvpn-free-vpn-for-chro/immngomjofcbflgcckkfddnbpmjokbjh |
説明 | Simple and reliable VPN for Chrome that connects instantly. |
ファイルサイズ | 5.36 MB |
インストール数 | 10,000 |
現在のバージョン | 1.0.11 |
最終更新日 | 2024-02-07 |
公開日 | 2023-05-07 |
評価 | 3.97/5 合計 33 レビュー |
開発者 | https://zoogvpn.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://zoogvpn.com/ |
ヘルプページのURL | https://zoogvpn.com/contact/ |
プライバシーポリシーページのURL | https://zoogvpn.com/privacy |
対応言語 | id,de,en,fr,nl,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.11", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3, "permissions": [ "proxy", "tabs", "webRequest", "webRequestAuthProvider", "offscreen", "browsingData", "storage", "management" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": ".\/background.js", "type": "module" }, "action": { "default_popup": "popup.html" }, "icons": { "16": ".\/images\/icons\/19x19-grey.png", "32": ".\/images\/icons\/32x32-green.png", "48": ".\/images\/icons\/48x48-green.png", "128": ".\/images\/icons\/128x128-green.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/www.google.com\/recaptcha\/' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'" } } |