ProxyHouse Auto-unblock

ProxyHouse Auto-unblock

This extentions automatically uses a random proxy to help you circumvent censorship!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ProxyHouse Auto-unblock",
  "manifest_version": 2,
  "version": "0.2.2",
  "description": "This extentions automatically uses a random proxy to help you circumvent censorship!",
  "homepage_url": "https://proxyhouse.net/",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "redirect.js"
      ]
    }
  ]
}