9cloud bypass

9cloud bypass

Bypass download timer on 9cloud

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "9cloud bypass",
  "version": "1.0",
  "description": "Bypass download timer on 9cloud",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://www.9cloud.us/*"
      ],
      "js": [
        "jquery.js",
        "bg.js"
      ]
    }
  ]
}