Anonymous Proxy Browser

Anonymous Proxy Browser

This is a straightforward anonymizing solution allows for a safe, anonymous and online based browsing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Anonymous Proxy Browser",
  "version": "5",
  "description": "This is a straightforward anonymizing solution allows for a safe, anonymous and online based browsing.",
  "icons": {
    "16": "anonymous-16.png",
    "128": "anonymous-128.png"
  },
  "app": {
    "urls": [
      "http://proxy.siteflex.net/"
    ],
    "launch": {
      "web_url": "https://us1-web.getbehind.me/"
    }
  },
  "author": "Siteflex LLC",
  "short_name": "Anonymous Browsing"
}