Hiload Web Proxy

Hiload Web Proxy

Hiload is a free web proxy which allows you to unblock/bypass any firewall restrictions made by your network administrator.

Merlin
Additional files are visible only to premium users

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"
  }
}