9cloud bypass

Bypass download timer on 9cloud

What is 9cloud bypass?

9cloud bypass is a Chrome extension developed by Linus Juhlin, and its main feature is "Bypass download timer on 9cloud".

Extension Screenshots

screenshot

Download 9cloud bypass Extension CRX File

Download 9cloud bypass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension bypasses the download timer on 9cloud.us                    

Extension Basic Information

Name 9cloud bypass 9cloud bypass
ID cnaiffnnbnodlokggeohehegjdheppmo
Official URL https://chromewebstore.google.com/detail/9cloud-bypass/cnaiffnnbnodlokggeohehegjdheppmo
Description Bypass download timer on 9cloud
File Size 35.53 KB
Installation Count 174
Current Version 1.0
Last Updated 2013-01-16
Publish Date 2013-01-16
Rating 1.57/5 Total 7 Ratings
Developer Linus Juhlin
Payment Type free
Supported Languages en
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"
            ]
        }
    ]
}