ZScaler Bypass

ZScaler Bypass

Bypasses ZScaler validation by automatically entering the account and password for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "bypass.js"
      ],
      "matches": [
        "https://*.zscaler.net/*",
        "http://*.zscaler.net/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Bypasses ZScaler validation by automatically entering the account and password for you.",
  "icons": {
    "16": "./img/16.png",
    "48": "./img/48.png",
    "128": "./img/128.png"
  },
  "name": "ZScaler Bypass",
  "options_page": "options.html",
  "permissions": [
    "https://*.zscaler.net/*",
    "http://*.zscaler.net/*"
  ],
  "version": "0.3.3"
}