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 |
官方網址 | 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" } } |