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"
            ]
        }
    ]
}