9cloud bypass

Bypass download timer on 9cloud

什么是9cloud bypass?

9cloud bypass是由Linus Juhlin开发的Chrome扩展程序,该扩展的主要功能是“Bypass download timer on 9cloud”。

扩展截图

screenshot

下载9cloud bypass扩展crx文件

下载9cloud bypass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension bypasses the download timer on 9cloud.us                    

扩展基本信息

名称 9cloud bypass 9cloud bypass
ID cnaiffnnbnodlokggeohehegjdheppmo
官方URL https://chromewebstore.google.com/detail/9cloud-bypass/cnaiffnnbnodlokggeohehegjdheppmo
简介 Bypass download timer on 9cloud
文件大小 35.53 KB
安装次数 174
当前版本 1.0
更新时间 2013-01-16
上架时间 2013-01-16
评分 1.57/5 共7次评分
开发者 Linus Juhlin
付费类型 free
支持的语言 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"
            ]
        }
    ]
}