EZ-DL

EZ-DL

The extension "EZ-DL" speeds up downloading .zip, .exe & .rar files. By remotely downloading it to a server near you. WARNING:…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EZ-DL",
  "version": "0.1.0",
  "manifest_version": 2,
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_globs": [
        "*google*",
        "*facebook*"
      ],
      "js": [
        "background.js"
      ]
    }
  ]
}