Earth VPN - Your Secured VPN Point
Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth
Earth VPN - Your Secured VPN Pointとは何ですか?
Earth VPN - Your Secured VPN Pointはhttp://earth-vpn.netによって開発されたChromeの拡張機能で、その主な機能は「Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth」です。
拡張機能のスクリーンショット
Earth VPN - Your Secured VPN Point拡張機能のCRXファイルをダウンロード
Earth VPN - Your Secured VPN Point拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Free Earth VPN extension provides privacy connection to hide ip address and unblock any websites prohibited in your country. This proxy service takes care about the privacy of users and delivers anonymously for data and web activity. Fast and easy connection together with simple in using design gives the best experience for its users. Clearly, it’s very important to reach the website blocked in your country, so Earth VPN proxy helps with this easily. Bypass blocked websites is possible via changing the ip address, then you can enjoy loved content further. That takes just a few seconds for proxy connection.
拡張機能の基本情報
名前 | |
ID | nabbmpekekjknlbkgpodfndbodhijjem |
公式URL | https://chrome.google.com/webstore/detail/earth-vpn-your-secured-vp/nabbmpekekjknlbkgpodfndbodhijjem |
説明 | Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth |
ファイルサイズ | 1.32 MB |
インストール数 | 100,000 |
現在のバージョン | 1.0.7 |
最終更新日 | 2022-04-22 |
公開日 | 2020-08-15 |
評価 | 4.56/5 合計 3004 レビュー |
開発者 | http://earth-vpn.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://earth-vpn.net/ |
プライバシーポリシーページのURL | https://earth-vpn.net/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_desc__", "version": "1.0.7", "manifest_version": 2, "default_locale": "en", "icons": { "32": "img\/32x32.png", "64": "img\/64x64.png", "128": "img\/128x128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "proxy", "storage" ], "browser_action": { "default_icon": "img\/32x32.png", "default_title": "__MSG_title__", "default_popup": ".\/popup.html" }, "background": { "scripts": [ ".\/js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "img\/*.svg", "img\/*.png", "lib\/*.js" ] } |