Hiload Web Proxy
Hiload is a free web proxy which allows you to unblock/bypass any firewall restrictions made by your network administrator.
什么是Hiload Web Proxy?
Hiload Web Proxy是由blank开发的Chrome扩展程序,该扩展的主要功能是“Hiload is a free web proxy which allows you to unblock/bypass any firewall restrictions made by your network administrator.”。
扩展截图
下载Hiload Web Proxy扩展crx文件
下载Hiload Web Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1. Simply insert the website you want to visit into the input field 2. Click the GO button Hiload is extreme fast, free and secure.
扩展基本信息
名称 | |
ID | pminladjmndipkjkmdjhhbidegbjoemn |
官方URL | https://chrome.google.com/webstore/detail/hiload-web-proxy/pminladjmndipkjkmdjhhbidegbjoemn |
简介 | Hiload is a free web proxy which allows you to unblock/bypass any firewall restrictions made by your network administrator. |
文件大小 | 43.05 KB |
安装次数 | 1,000 |
当前版本 | 1.0.1 |
更新时间 | 2015-01-24 |
上架时间 | 2015-01-24 |
评分 | 3.77/5 共53次评分 |
开发者 | blank |
付费类型 | free |
扩展官网 | http://hiload.org |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hiload Web Proxy", "version": "1.0.1", "manifest_version": 2, "description": "Hiload is a free web proxy which allows you to unblock\/bypass any firewall restrictions made by your network administrator.", "permissions": [ "tabs", "http:\/\/hiload.org\/" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Hiload Web Proxy" } } |