My IP Hider VPN
My IP Hider VPN is number one tool for hiding your IP and unblocking any web site!
什么是My IP Hider VPN?
My IP Hider VPN是由https://myiphider.com开发的Chrome扩展程序,该扩展的主要功能是“My IP Hider VPN is number one tool for hiding your IP and unblocking any web site!”。
扩展截图
下载My IP Hider VPN扩展crx文件
下载My IP Hider VPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hide My IP VPN is number one tool for hiding your IP and unblocking any web site. Extension contains: FREE for life time gateways; premium gateways which are available on subscription bases ($11.52); trial access to premium gateways for all newly registered users (who never used service before); ability to be used with own proxy servers (free proxy server can be obtained from many web sites, for example https://proxy-list.org). Each VPN proxy server provides high speed (100mbit), stability (100%) and VPN level data encryption for your internet connection. Currently we have gateways from 80 different country and city locations. p.s. If our system detects that you or someone else used trial from your place, it will remove it automatically. We understand that sometimes AI can make a mistake, so if you believe that you never used trial before, please contact us and we will add it back manually.
扩展基本信息
名称 | My IP Hider VPN |
ID | keodbianoliadkoelloecbhllnpiocoi |
官方URL | https://chromewebstore.google.com/detail/my-ip-hider-vpn/keodbianoliadkoelloecbhllnpiocoi |
简介 | My IP Hider VPN is number one tool for hiding your IP and unblocking any web site! |
文件大小 | 1.78 MB |
安装次数 | 70,257 |
当前版本 | 12.0.3 |
更新时间 | 2024-02-15 |
上架时间 | 2019-05-10 |
评分 | 4.78/5 共4247次评分 |
开发者 | https://myiphider.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://myiphider.com/ |
帮助页面URL | https://member.proxylistpro.com/helpdesk/ |
隐私政策页面URL | http://hide-my-ip.org/page/privacy-policy |
支持的语言 | id,de,en,fil,fr,es,it,cs,ru,iw,hi,ar,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name__", "short_name": "__MSG_app_short_name__", "version": "12.0.3", "description": "__MSG_description__", "icons": { "16": ".\/data\/img\/icon16.png", "48": ".\/data\/img\/icon48.png", "128": ".\/data\/img\/icon128.png" }, "action": { "default_title": "__MSG_app_name__", "default_popup": ".\/data\/popup\/popup.html", "default_icon": { "19": ".\/data\/img\/19\/icons\/off.png", "38": ".\/data\/img\/38\/icons\/off.png" } }, "permissions": [ "proxy", "storage", "webRequest", "webRequestAuthProvider", "declarativeNetRequest", "management", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": ".\/index.js", "type": "module" }, "default_locale": "en" } |